mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
opcache.interned_strings_buffer higher 8 (#535)
* opcache.interned_strings_buffer > 8 Because I got a warning about it in the Nextcloud settings. The recommendation should be higher than 8 so randomly i've put 10, restart php-fpm and no more warning. * [enh] Remove warning interned_strings_buffer --------- Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
This commit is contained in:
parent
eb3b4e2efb
commit
79ac36bc28
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ php_value[default_charset] = UTF-8
|
|||
; The following parameters are nevertheless recommended for Nextcloud
|
||||
; see here: https://docs.nextcloud.com/server/15/admin_manual/installation/server_tuning.html#enable-php-opcache
|
||||
php_value[opcache.enable_cli]=1
|
||||
php_value[opcache.interned_strings_buffer]=8
|
||||
php_value[opcache.interned_strings_buffer]=16
|
||||
php_value[opcache.max_accelerated_files]=10000
|
||||
php_value[opcache.memory_consumption]=128
|
||||
php_value[opcache.save_comments]=1
|
||||
|
|
Loading…
Add table
Reference in a new issue