Aktiviere expliziz den OPCache, Erhöhe PHP-FPM-Kinder
This commit is contained in:
parent
c611852b77
commit
d4238e71a6
1 changed files with 5 additions and 4 deletions
|
@ -12,9 +12,9 @@ listen.mode = 0660
|
|||
listen.allowed_clients = 127.0.0.1
|
||||
pm = dynamic
|
||||
pm.max_children = 60
|
||||
pm.start_servers = 6
|
||||
pm.min_spare_servers = 3
|
||||
pm.max_spare_servers = 9
|
||||
pm.start_servers = 10
|
||||
pm.min_spare_servers = 10
|
||||
pm.max_spare_servers = 30
|
||||
pm.process_idle_timeout = 10s;
|
||||
pm.max_requests = 100
|
||||
;pm.status_path = /status
|
||||
|
@ -44,6 +44,7 @@ env[TEMP] = /tmp
|
|||
php_admin_value[memory_limit] = {{ nextcloud_php_memory_limit }}
|
||||
php_admin_value[upload_max_filesize] = {{ nextcloud_php_upload_limit }}
|
||||
php_admin_value[post_max_size] = {{ nextcloud_php_upload_limit }}
|
||||
php_admin_value[opcache.enable] = 1
|
||||
php_admin_value[opcache.interned_strings_buffer] = 8
|
||||
php_admin_value[opcache.max_accelerated_files] = 10000
|
||||
php_admin_value[opcache.memory_consumption] = 128
|
||||
|
|
Loading…
Reference in a new issue