mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
nextcloud: set max opcache files to 1000
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
109b9dc019
commit
31896ae68e
1 changed files with 1 additions and 0 deletions
|
|
@ -125,6 +125,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
|
||||
{ \
|
||||
echo 'opcache.max_accelerated_files=10000'; \
|
||||
echo 'opcache.memory_consumption=256'; \
|
||||
echo 'opcache.interned_strings_buffer=64'; \
|
||||
echo 'opcache.save_comments=1'; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue