From 07fc3e3f946d1d2134583c1b57eff1c25120acf8 Mon Sep 17 00:00:00 2001 From: Roman Hoellen Date: Tue, 25 Sep 2018 09:53:44 +0200 Subject: [PATCH] update nextcloud opcache settings --- nextcloud/rootfs/php/conf.d/opcache.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/php/conf.d/opcache.ini b/nextcloud/rootfs/php/conf.d/opcache.ini index d77112b..6deabb3 100644 --- a/nextcloud/rootfs/php/conf.d/opcache.ini +++ b/nextcloud/rootfs/php/conf.d/opcache.ini @@ -1,8 +1,8 @@ zend_extension=opcache.so opcache.enable=1 opcache.enable_cli=1 -opcache.fast_shutdown=1 opcache.memory_consumption= opcache.interned_strings_buffer=16 +opcache.save_comments=1 opcache.max_accelerated_files=10000 opcache.revalidate_freq=60