Skip to content

Commit

Permalink
Merge pull request #5785 from nextcloud/enh/5559/set-max-opcache-files
Browse files Browse the repository at this point in the history
nextcloud: set max opcache files to 1000
  • Loading branch information
szaimen authored Jan 6, 2025
2 parents 350c4a8 + 31896ae commit d64e111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containers/nextcloud/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'; \
Expand Down

0 comments on commit d64e111

Please sign in to comment.