decentraland / catalyst-owner

Everything necessary for catalyst owners to deploy their own node

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nginx worker processes speed improvement

abarmat opened this issue · 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