From d6a45d30437dd9d0ded323b8a1b8f5fd57c6dcc1 Mon Sep 17 00:00:00 2001 From: r888888888 Date: Fri, 19 Apr 2013 22:54:57 -0700 Subject: [PATCH] reduce unicorn proc count to 8 --- config/unicorn/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn/production.rb b/config/unicorn/production.rb index 9c2d4a1d6..5efef6860 100644 --- a/config/unicorn/production.rb +++ b/config/unicorn/production.rb @@ -2,7 +2,7 @@ app_path = "/var/www/danbooru2/current" # Set unicorn options -worker_processes 12 +worker_processes 8 preload_app false timeout 180