Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Reduce workers to save server memory
Browse files Browse the repository at this point in the history
  • Loading branch information
partydrone committed May 19, 2012
1 parent feefaa6 commit 50d5475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/unicorn.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
stdout_path "#{root}/log/unicorn.log"

listen "/tmp/unicorn.com.summit-crest.www.sock"
worker_processes 2
worker_processes 1
timeout 30

0 comments on commit 50d5475

Please sign in to comment.