According to popular-belief, we should be running '1 + 2 * number of cores' for guni procs. Setting them to 17 since we're on an 8-core system.

master
Nick Sergeant 2013-04-28 18:25:50 -04:00
parent 3b37b4e180
commit a023a58c9e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ debug = False # Some extra logging
logfile = ".gunicorn.log" # Name of the log file
loglevel = "info" # The level at which to log
pidfile = ".gunicorn.pid" # Path to a PID file
workers = 3 # Number of workers to initialize
workers = 17 # Number of workers to initialize
umask = 0 # Umask to set when daemonizing
user = None # Change process owner to user
group = None # Change process group to group