Let's try 9 workers.

master
Nick Sergeant 2013-04-28 23:35:29 -04:00
parent 86ccb5f828
commit e09fbadd40
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 = 17 # Number of workers to initialize
workers = 9 # 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