You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using an AWS instance with 16 GB of memory to run this. How much memory exactly is necessary to run this command? Is there any way I can make the computation smaller?
The text was updated successfully, but these errors were encountered:
One way to reduce the memory usage is to process only a few regions at a time, instead of generating graphs for all the regions at once. To do this, you could edit dataset/lib/regions.go and comment out some of the regions. So e.g. you could leave only 10 regions uncommented at a time. But this would cause the running time to be higher (need to run the script multiple times if you want to use all of the regions).
Awesome! Thank you so much for your help!
[EDIT]
So that didn't seem to work. It looks like the LoadOSMMultiple function loads all the vertices from the pbf. I'm going to try to see if I can run this with a smaller pbf file.
I was using an AWS instance with 16 GB of memory to run this. How much memory exactly is necessary to run this command? Is there any way I can make the computation smaller?
The text was updated successfully, but these errors were encountered: