increase PHP opcache memory
This commit is contained in:
@@ -44,8 +44,8 @@ php_fpm_ini_options:
|
|||||||
- {option: memory_limit, value: 512M}
|
- {option: memory_limit, value: 512M}
|
||||||
- {section: opcache, option: opcache.enable, value: 1}
|
- {section: opcache, option: opcache.enable, value: 1}
|
||||||
- {section: opcache, option: opcache.interned_strings_buffer, value: 64}
|
- {section: opcache, option: opcache.interned_strings_buffer, value: 64}
|
||||||
- {section: opcache, option: opcache.max_accelerated_files, value: 10000}
|
- {section: opcache, option: opcache.max_accelerated_files, value: 50000}
|
||||||
- {section: opcache, option: opcache.memory_consumption, value: 256}
|
- {section: opcache, option: opcache.memory_consumption, value: 512}
|
||||||
- {section: opcache, option: opcache.save_comments, value: 1}
|
- {section: opcache, option: opcache.save_comments, value: 1}
|
||||||
- {section: opcache, option: opcache.revalidate_freq, value: 60}
|
- {section: opcache, option: opcache.revalidate_freq, value: 60}
|
||||||
- {section: opcache, option: opcache.validate_timestamps, value: 0}
|
- {section: opcache, option: opcache.validate_timestamps, value: 0}
|
||||||
|
|||||||
Reference in New Issue
Block a user