php pm more procasses
This commit is contained in:
parent
7243ad9e9b
commit
9b104cac25
1 changed files with 4 additions and 4 deletions
|
@ -141,10 +141,10 @@ def www_conf(metadata):
|
|||
'listen.owner': 'www-data',
|
||||
'listen.group': 'www-data',
|
||||
'pm': 'dynamic',
|
||||
'pm.max_children': '30',
|
||||
'pm.start_servers': '10',
|
||||
'pm.min_spare_servers': '5',
|
||||
'pm.max_spare_servers': '10',
|
||||
'pm.max_children': '32',
|
||||
'pm.start_servers': '16',
|
||||
'pm.min_spare_servers': '8',
|
||||
'pm.max_spare_servers': '16',
|
||||
'pm.max_requests': '500',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue