summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.template
diff options
context:
space:
mode:
authorVarun Patil <radialapps@gmail.com>2023-02-08 06:50:46 -0800
committerGitHub <noreply@github.com>2023-02-08 14:50:46 +0000
commite4f5b95e1ec32f744dffc8e958d11a322c14f217 (patch)
tree8ed0258729c06023700a285343951df5b63498dd /Dockerfile-alpine.template
parent2ffebc1e3583b87e78eb2098b2386411ebee6bce (diff)
Enable JIT (#1829)
Signed-off-by: Varun Patil <radialapps@gmail.com>
Diffstat (limited to 'Dockerfile-alpine.template')
-rw-r--r--Dockerfile-alpine.template2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile-alpine.template b/Dockerfile-alpine.template
index 84d97395..c33b1971 100644
--- a/Dockerfile-alpine.template
+++ b/Dockerfile-alpine.template
@@ -85,6 +85,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"; \