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

Increase PHP opcache.memory_consumption

parent 3c65737f
Branches
No related tags found
No related merge requests found
Pipeline #235577 failed
......@@ -37,6 +37,7 @@ class profile::nextcloud (
# https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/config_sample_php_parameters.html#user-experience
'Session/session.gc_maxlifetime' => 2 * $session_lifetime,
'opcache/opcache.interned_strings_buffer' => 16,
'opcache/opcache.memory_consumption' => 256,
},
cli_settings => {
'PHP/apc.enable_cli' => '1',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment