Skip to content

Commit

Permalink
[Nextcloud] optimize opcache settings (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SIMULATAN committed Oct 1, 2024
1 parent e70e54c commit c7200de
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nextcloud/nextcloud.values.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ nextcloud:
phpConfigs:
zz-memory_limit.init: |-
memory_limit=1024M
opcache.conf: |
php_admin_value[memory_limit] = -1
php_admin_value[opcache.jit_buffer_size] = 8M
php_admin_value[opcache.interned_strings_buffer] = 64
php_admin_value[opcache.memory_consumption] = 512
php_admin_value[opcache.max_accelerated_files] = 30000
php_admin_value[opcache.revalidate_freq] = 60
existingSecret:
enabled: true
secretName: nextcloud-secret
Expand Down

0 comments on commit c7200de

Please sign in to comment.