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
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 :)
The text was updated successfully, but these errors were encountered:
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:
Thanks :)
The text was updated successfully, but these errors were encountered: