mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-29 08:40:42 +02:00
Disabled opcache in docker image
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user