Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/php7.1
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-22 20:21:47 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-22 20:22:46 +0300
commite60e6c6186e6a12c42962b5a1a20d6bf0d621101 (patch)
tree0543ef93dbea967e0e54a46bc6bee6e0d6842caa /php7.1
parenta092f5ebc7c6e4b606f562e78dd524c6ea4f4fda (diff)
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'php7.1')
-rw-r--r--php7.1/nextcloud.ini8
1 files changed, 8 insertions, 0 deletions
diff --git a/php7.1/nextcloud.ini b/php7.1/nextcloud.ini
index 8f184ff..a7980f3 100644
--- a/php7.1/nextcloud.ini
+++ b/php7.1/nextcloud.ini
@@ -1,2 +1,10 @@
memory_limit = 768M
phar.readonly = 0 ; only for building phar files on CI - should be disabled on production environments
+; Opcache
+opcache.enable=1
+opcache.enable_cli=1
+opcache.interned_strings_buffer=8
+opcache.max_accelerated_files=10000
+opcache.memory_consumption=128
+opcache.save_comments=1
+opcache.revalidate_freq=1