Skip to content

Commit

Permalink
Merge branch 'ypid-feature/use-opcache-values-from-nextcloud-docker'
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Jan 9, 2023
2 parents fbf216e + 3fda8a4 commit e9e5590
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ansible/roles/owncloud/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2377,17 +2377,18 @@ owncloud__php__dependent_configuration:
if (owncloud__variant in ["nextcloud"] and owncloud__release is version_compare("12.0", ">="))
else "absent" }}'
options: |
; https://docs.nextcloud.com/server/17/admin_manual/installation/server_tuning.html#enable-php-opcache
; https://docs.nextcloud.com/server/25/admin_manual/installation/server_tuning.html#enable-php-opcache
; https://github.com/nextcloud/docker/blob/master/25/fpm/Dockerfile
[opcache]
opcache.enable=1
opcache.enable_cli=1
opcache.interned_strings_buffer=8
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
opcache.revalidate_freq=60
- filename: 'debops.owncloud'
path: 'apache2/conf.d/'
Expand Down

0 comments on commit e9e5590

Please sign in to comment.