Increase unicorn workers
This commit is contained in:
parent
710fef1f0b
commit
6b82fb6ac3
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue