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 have requirement to only run table API, and need to optimize the RAM requirements. I have the NA datasetand processed with OSRM 5.24, and I can see that ~40GB of RAM is used on startup. There are the files I have, and their sizes. Is there any scope for optimization by excluding any files, considering I will run only table API? (I saw a similar thread for CH)
This is somehow similar to #5838. Being able to switch off using some of the files would be ideal to lower RAM consumption for specific use-cases.
From what I can tell, there is no easy way to achieve a "don't load that file" effect. I remember trying to fiddle with the loading code to simply do this but there are many intricacies within the various plugins that make use of the loaded files.
This is something I'd be able to spend some time on, if anyone with a better knowledge of the codebase could give any pointers, or ideas for a better approach!
I have requirement to only run table API, and need to optimize the RAM requirements. I have the NA datasetand processed with OSRM 5.24, and I can see that ~40GB of RAM is used on startup. There are the files I have, and their sizes. Is there any scope for optimization by excluding any files, considering I will run only table API? (I saw a similar thread for CH)
The text was updated successfully, but these errors were encountered: