From 6b82fb6ac305912fc8441bae2bcc52f41e62a1c1 Mon Sep 17 00:00:00 2001 From: Pavel Chipiga Date: Mon, 6 Aug 2012 22:28:23 +0300 Subject: [PATCH] Increase unicorn workers --- config/unicorn.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn.rb b/config/unicorn.rb index 887fb0c19..a41c9b722 100644 --- a/config/unicorn.rb +++ b/config/unicorn.rb @@ -4,7 +4,7 @@ base_path = "/srv/rosa_build" rails_env = ENV['RAILS_ENV'] || 'production' -worker_processes 4 +worker_processes 8 working_directory File.join(base_path, 'current') # available in 0.94.0+ # listen File.join(base_path, 'tmp', 'pids', 'unicorn.sock')