decentraland/catalyst-owner

Nginx worker processes speed improvement

abarmat opened this issue · 1 comments

When all request are being served by the nginx container it is advised to use a configuration that allow using many CPU to handle network workload.

worker_processes is set by default to 1

I could be set to auto to use one worker per processor.

https://nginx.org/en/docs/ngx_core_module.html#worker_processes

Solved on commit 0b41454