php pm less workers
This commit is contained in:
parent
5e5118215a
commit
e5a16b5506
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': '60',
|
||||
'pm.start_servers': '20',
|
||||
'pm.min_spare_servers': '10',
|
||||
'pm.max_spare_servers': '20',
|
||||
'pm.max_children': '30',
|
||||
'pm.start_servers': '10',
|
||||
'pm.min_spare_servers': '5',
|
||||
'pm.max_spare_servers': '10',
|
||||
'pm.max_requests': '500',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue