safer opcache settings (#604)

This commit is contained in:
Simon Perdrisat 2017-02-10 21:37:03 +01:00 committed by Philippe Trépanier
parent f333982598
commit 21a83bd5a3

View File

@ -2,6 +2,7 @@ extension=opcache.so
opcache.enable="1"
opcache.memory_consumption="256"
opcache.use_cwd="0"
opcache.fast_shutdown="1"
opcache.max_file_size="0"
opcache.validate_timestamps="0"
opcache.max_accelerated_files = 30000
opcache.validate_timestamps="1"
opcache.revalidate_freq="0"