Last active
March 1, 2020 04:31
-
-
Save vielhuber/9006cec6c5d3d2498ee26c5bfd91590a to your computer and use it in GitHub Desktop.
OPcache php.ini settings #php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| opcache.enable=1 | |
| opcache.enable_cli=0 | |
| opcache.memory_consumption=512 | |
| opcache.interned_strings_buffer=64 | |
| opcache.max_accelerated_files=32531 | |
| opcache.save_comments=1 | |
| opcache.fast_shutdown=0 | |
| opcache.max_file_size=0 | |
| opcache.validate_timestamps=0 | |
| opcache.revalidate_freq=2 |
opcache.enable_cli or opcache.cli_enable ? true = opcache.enable_cli
Author
opcache.enable_cli or opcache.cli_enable ? true = opcache.enable_cli
You're correct: enable_cli
Thanks for your feedback.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
for bitrix
opcache.revalidate_freq=0
opcache.max_accelerated_files=100000