Skip to content

Commit f728f6e

Browse files
infra: Tweak opcache settings to improve caching.
1 parent 9f7f7c6 commit f728f6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN set -ex; \
4848
# see https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
4949
RUN { \
5050
echo 'opcache.enable=1'; \
51-
echo 'opcache.interned_strings_buffer=8'; \
51+
echo 'opcache.interned_strings_buffer=16'; \
5252
echo 'opcache.max_accelerated_files=10000'; \
5353
echo 'opcache.memory_consumption=128'; \
5454
echo 'opcache.save_comments=1'; \

0 commit comments

Comments
 (0)