Hi all,
I am wondering whether ORS handles requests using multiple CPU cores or just one. If it utilizes multiple cores, how can the number of cores be configured?
Thank you!
Hi all,
I am wondering whether ORS handles requests using multiple CPU cores or just one. If it utilizes multiple cores, how can the number of cores be configured?
Thank you!
Hey,
the openrouteservice uses one core per request.
If a request is still running and a different request is coming in, it will be handled by a different core.
The openrouteservice doesn’t have a method of limiting that.
When running with docker, use dockers methods of limiting CPU usage. Otherwise, use whatever other means your OS provides.
Best regards