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, 1 insertions, 1 deletions
diff --git a/Dockerfile-debian.template b/Dockerfile-debian.template
index 5427e2c2..f553dc84 100644
--- a/Dockerfile-debian.template
+++ b/Dockerfile-debian.template
@@ -94,7 +94,7 @@ RUN set -ex; \
# see https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#enable-php-opcache
RUN { \
echo 'opcache.enable=1'; \
- echo 'opcache.interned_strings_buffer=16'; \
+ echo 'opcache.interned_strings_buffer=32'; \
echo 'opcache.max_accelerated_files=10000'; \
echo 'opcache.memory_consumption=128'; \
echo 'opcache.save_comments=1'; \