safer opcache settings (#604)
This commit is contained in:
parent
f333982598
commit
21a83bd5a3
@ -2,6 +2,7 @@ extension=opcache.so
|
|||||||
opcache.enable="1"
|
opcache.enable="1"
|
||||||
opcache.memory_consumption="256"
|
opcache.memory_consumption="256"
|
||||||
opcache.use_cwd="0"
|
opcache.use_cwd="0"
|
||||||
opcache.fast_shutdown="1"
|
|
||||||
opcache.max_file_size="0"
|
opcache.max_file_size="0"
|
||||||
opcache.validate_timestamps="0"
|
opcache.max_accelerated_files = 30000
|
||||||
|
opcache.validate_timestamps="1"
|
||||||
|
opcache.revalidate_freq="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user