Upping gunicorn processes.

This commit is contained in:
Samuel Clay 2013-03-14 18:57:35 -07:00
parent f62ce742b5
commit 5e6e4b2a97
2 changed files with 2 additions and 1 deletions

View file

@ -18,5 +18,5 @@ if GIGS_OF_MEMORY > NUM_CPUS:
else:
workers = int(NUM_CPUS / 2)
if workers <= 2:
if workers <= 4:
workers = int(math.floor(GIGS_OF_MEMORY * 1000 / 256))

1
fabfile.py vendored
View file

@ -93,6 +93,7 @@ env.roledefs ={
'do': ['198.211.109.225',
'198.211.109.224',
'198.211.110.164',
'198.211.110.230',
]
}