File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -83,9 +83,9 @@ ENV PHP_MEMORY_LIMIT 512M
8383ENV PHP_UPLOAD_LIMIT 512M
8484RUN { \
8585 echo 'opcache.enable=1'; \
86- echo 'opcache.interned_strings_buffer=64 '; \
86+ echo 'opcache.interned_strings_buffer=32 '; \
8787 echo 'opcache.max_accelerated_files=10000'; \
88- echo 'opcache.memory_consumption=256 '; \
88+ echo 'opcache.memory_consumption=128 '; \
8989 echo 'opcache.save_comments=1'; \
9090 echo 'opcache.revalidate_freq=60'; \
9191 echo 'opcache.jit=1255'; \
Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ RUN set -ex; \
9595# see https://docs.nextcloud.com/server/latest/admin_manual/installation/server_tuning.html#enable-php-opcache
9696RUN { \
9797 echo 'opcache.enable=1'; \
98- echo 'opcache.interned_strings_buffer=64 '; \
98+ echo 'opcache.interned_strings_buffer=32 '; \
9999 echo 'opcache.max_accelerated_files=10000'; \
100- echo 'opcache.memory_consumption=256 '; \
100+ echo 'opcache.memory_consumption=128 '; \
101101 echo 'opcache.save_comments=1'; \
102102 echo 'opcache.revalidate_freq=60'; \
103103 echo 'opcache.jit=1255'; \
You can’t perform that action at this time.
0 commit comments