mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-08 14:47:43 +08:00
set the interned strings buffer to 32
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
56948a8140
commit
aed1cd9700
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ RUN set -ex; \
|
|||
# set recommended PHP.ini settings
|
||||
# see https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
|
||||
RUN { \
|
||||
echo 'opcache.interned_strings_buffer=64'; \
|
||||
echo 'opcache.interned_strings_buffer=32'; \
|
||||
echo 'opcache.save_comments=1'; \
|
||||
echo 'opcache.revalidate_freq=60'; \
|
||||
} > /usr/local/etc/php/conf.d/opcache-recommended.ini; \
|
||||
|
|
Loading…
Reference in a new issue