mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 11:06:09 +02:00
Increase (double) opcache string buffer size (debian)
This fixes https://github.com/nextcloud/docker/issues/1692
This commit is contained in:
parent
ababef74e9
commit
f37c23a7d5
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ RUN set -ex; \
|
|||
# see https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
|
||||
RUN { \
|
||||
echo 'opcache.enable=1'; \
|
||||
echo 'opcache.interned_strings_buffer=8'; \
|
||||
echo 'opcache.interned_strings_buffer=16'; \
|
||||
echo 'opcache.max_accelerated_files=10000'; \
|
||||
echo 'opcache.memory_consumption=128'; \
|
||||
echo 'opcache.save_comments=1'; \
|
||||
|
|
Loading…
Add table
Reference in a new issue