summaryrefslogtreecommitdiffstats
path: root/Dockerfile-debian.template
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-debian.template')
-rw-r--r--Dockerfile-debian.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index 4d2e6044..5427e2c2 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -99,6 +99,8 @@ RUN { \
echo 'opcache.memory_consumption=128'; \
echo 'opcache.save_comments=1'; \
echo 'opcache.revalidate_freq=60'; \
+ echo 'opcache.jit=1255'; \
+ echo 'opcache.jit_buffer_size=128M'; \
} > "${PHP_INI_DIR}/conf.d/opcache-recommended.ini"; \
\
echo 'apc.enable_cli=1' >> "${PHP_INI_DIR}/conf.d/docker-php-ext-apcu.ini"; \