nginx/php-fpm: Increased size of opcache memory consumption to 256

dehydrated
Felix Stupp 5 years ago
parent b7fe1827e0
commit 7df2668208
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -29,7 +29,7 @@
with_dict: with_dict:
opcache.enable: 1 opcache.enable: 1
opcache.enable_cli: 1 opcache.enable_cli: 1
opcache.memory_consumption: 128 opcache.memory_consumption: 256
opcache.interned_strings_buffer: 8 opcache.interned_strings_buffer: 8
opcache.max_accelerated_files: 10000 opcache.max_accelerated_files: 10000
opcache.revalidate_freq: 1 opcache.revalidate_freq: 1

Loading…
Cancel
Save