From 6f0ea4f5a43ad8412e38f690acbca4fb4dc6af3c Mon Sep 17 00:00:00 2001 From: yackob03 Date: Tue, 14 Jan 2014 15:37:49 -0500 Subject: [PATCH] Reduce the number of nginx worker processes on staging to try and save memory. --- nginx-staging.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-staging.conf b/nginx-staging.conf index c6927609e..b29bda2c5 100644 --- a/nginx-staging.conf +++ b/nginx-staging.conf @@ -1,4 +1,4 @@ -worker_processes 8; +worker_processes 2; user root nogroup; pid /mnt/nginx/nginx.pid;