mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Upping gunicorn processes.
This commit is contained in:
parent
f62ce742b5
commit
5e6e4b2a97
2 changed files with 2 additions and 1 deletions
|
@ -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
1
fabfile.py
vendored
|
@ -93,6 +93,7 @@ env.roledefs ={
|
|||
'do': ['198.211.109.225',
|
||||
'198.211.109.224',
|
||||
'198.211.110.164',
|
||||
'198.211.110.230',
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue