mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
puppet: Increase worker_processes to optimize for prod0.
(imported from commit 35c7443c6ac3f8286ada4a7baf3655559176536e)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
user zulip;
|
||||
|
||||
worker_processes 4;
|
||||
# This is set to 8 because that's how many processors we have on
|
||||
# prod0. On other systems, it's more than we strictly need.
|
||||
worker_processes 8;
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
events {
|
||||
|
Reference in New Issue
Block a user