mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 03:06:08 +02:00
parent
f37c23a7d5
commit
7830ba0266
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ ENV PHP_MEMORY_LIMIT 512M
|
|||
ENV PHP_UPLOAD_LIMIT 512M
|
||||
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