Commit a11cfab6 authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

Docker : désactivation d'opcache

parent 7d3a04c4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@ post_max_size = 502M

######## opcache #########

opcache.enable=1
opcache.enable=0
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1
opcache.enable_cli=0


######## memcached #########