RAM requirement high even after osmium tags-filter #6811
Unanswered
RemyNtshaykolo
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to implement waterway routing over the world.
I used
osmium tags-filter --progress -v -o data-filtered.osm.pbf planet.osm.pbf 'nw/waterway' --overwrite
The output file
data-filtered.osm.pbf
is 7Gb.I tried to run the command
osrm-extract
with a custom .lua profil on EC2 with the following configuration:I am a bit surprised. I thought the thumb rule to run the osrm-extract command was to have around
file_size*5=7*5=35 Gb
RAM in order to run the command. I used (as you can the on the image bellow of the EC2 RAM percentage utilization) up to 50% of the 244 Gb of RAM available, so around 122 Gb to run osrm-extract for A 7Gb file.Beta Was this translation helpful? Give feedback.
All reactions