awesome-akash
awesome-akash copied to clipboard
chia image should set worker_processes to 1
chia image currently spawns # of nginx processes equals to the # of threads (CPU's) in the system.
we should set worker_processes 1;
in the chia/nginx.conf
file.
cc @88plug