RYD-Proxy always starts preforked with the number of workers equaling the number of host cpu threads.
On my system, this leads to the docker container starting with 32 threads, which is way overkill.
Is there a way to specify the number of threads?
If not, can you implement a way so that we can specify:
- prefork true/false
- max processes spawned
Thanks :)