mirror of
https://github.com/joglomedia/LEMPer.git
synced 2026-04-13 08:28:21 +00:00
7 lines
243 B
Plaintext
7 lines
243 B
Plaintext
opcache.enable=1;
|
|
opcache.enable_cli=0;
|
|
opcache.memory_consumption=128 # MB, adjust to your needs
|
|
opcache.max_accelerated_files=10000 # Adjust to your needs
|
|
opcache.max_wasted_percentage=10 # Adjust to your needs
|
|
opcache.validate_timestamps=1
|