From 6b6699d09da88a7327ffca27cbfabe1d3ea4e6e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 12 Oct 2023 18:19:00 +0200 Subject: [PATCH] bump opcache.memory_consumption to 256 --- conf/extra_php-fpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/extra_php-fpm.conf b/conf/extra_php-fpm.conf index feee90b..5ee6f92 100644 --- a/conf/extra_php-fpm.conf +++ b/conf/extra_php-fpm.conf @@ -12,7 +12,7 @@ php_value[default_charset] = UTF-8 php_value[opcache.enable_cli]=1 php_value[opcache.interned_strings_buffer]=32 php_value[opcache.max_accelerated_files]=10000 -php_value[opcache.memory_consumption]=128 +php_value[opcache.memory_consumption]=256 php_value[opcache.save_comments]=1 php_value[opcache.revalidate_freq]=1 ; https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/caching_configuration.html#id1