increase PHP opcache memory

This commit is contained in:
Oli
2024-06-01 21:33:47 +00:00
parent 4a9131d6d6
commit 89516afd42

View File

@@ -44,8 +44,8 @@ php_fpm_ini_options:
- {option: memory_limit, value: 512M}
- {section: opcache, option: opcache.enable, value: 1}
- {section: opcache, option: opcache.interned_strings_buffer, value: 64}
- {section: opcache, option: opcache.max_accelerated_files, value: 10000}
- {section: opcache, option: opcache.memory_consumption, value: 256}
- {section: opcache, option: opcache.max_accelerated_files, value: 50000}
- {section: opcache, option: opcache.memory_consumption, value: 512}
- {section: opcache, option: opcache.save_comments, value: 1}
- {section: opcache, option: opcache.revalidate_freq, value: 60}
- {section: opcache, option: opcache.validate_timestamps, value: 0}