Disabled opcache in docker image

This commit is contained in:
Chris Kankiewicz
2020-12-30 21:20:52 -07:00
parent 2f015b01f6
commit bb2c75e1df

View File

@@ -3,16 +3,6 @@ error_reporting = E_ALL
log_errors = On
memory_limit = -1
[opcache]
opcache.enable=1
opcache.fast_shutdown=1
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.max_wasted_percentage=10
opcache.revalidate_freq=0
opcache.validate_timestamps=1
[xdebug]
xdebug.remote_enable = 1
xdebug.remote_autostart = 1