Skip to content
Snippets Groups Projects
Commit fd6a6029 authored by drebs's avatar drebs
Browse files

Increase PHP opcache.interned_strings_buffer for Nextcloud

Some Nextcloud installations are complaining, so let's increase it for
everyone.
parent 84cc9e35
No related branches found
No related tags found
No related merge requests found
Pipeline #251778 failed
...@@ -36,7 +36,7 @@ class profile::nextcloud ( ...@@ -36,7 +36,7 @@ class profile::nextcloud (
# a sane parameter here. For details, see: # a sane parameter here. For details, see:
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#user-experience # https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#user-experience
'Session/session.gc_maxlifetime' => 2 * $session_lifetime, 'Session/session.gc_maxlifetime' => 2 * $session_lifetime,
'opcache/opcache.interned_strings_buffer' => 16, 'opcache/opcache.interned_strings_buffer' => 32,
'opcache/opcache.memory_consumption' => 256, 'opcache/opcache.memory_consumption' => 256,
}, },
cli_settings => { cli_settings => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment