Derive progress % from logs & running from container #831
Replies: 2 comments 1 reply
-
The There's also an argument to push metrics to a prometheus push gateway although I might get rid of that because I don't really think anyone is using it.
Running in a container is fine, the instructions explain how to run using either java or a container. It might be slower on a machine where the container runs inside a vm (like a mac) but on linux the performance should be the same. Your performance is probably negatively impacted by other settings. What size container and arguments are you running with? |
Beta Was this translation helpful? Give feedback.
-
I'm running with this:
on a 231GB planet file using a 16GB RAM machine with 2.5TB harddisk. Logs:
|
Beta Was this translation helpful? Give feedback.
-
I've successfully ran planetiler on a planet file using large RAM machines. I'm now trying to save some costs by running on smaller RAM machines. The process still runs but using like 1.5% of CPU, free RAM is at 1.5%. I'm wondering if this process is still making progress. Can you help me interpret the logs as in 'what defines best overall progress', and can I somehow derive an expected time to completion?
Here is a recent fragment of the logs:
Another thing is that I'm running from docker container. I see instructions just mentioning running on straight java. Anything against running in a container (I do have the impression performance is worse than what I see in your performance table...)?
Beta Was this translation helpful? Give feedback.
All reactions