php less children
This commit is contained in:
parent
1d2bfa9df9
commit
41067d1aa4
1 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ def www_conf(metadata):
|
|||
'listen.owner': 'www-data',
|
||||
'listen.group': 'www-data',
|
||||
'pm': 'dynamic',
|
||||
'pm.max_children': '100',
|
||||
'pm.start_servers': '40',
|
||||
'pm.min_spare_servers': '30',
|
||||
'pm.max_spare_servers': '60',
|
||||
'pm.max_children': '60',
|
||||
'pm.start_servers': '20',
|
||||
'pm.min_spare_servers': '10',
|
||||
'pm.max_spare_servers': '20',
|
||||
'pm.max_requests': '500',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue