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

nextcloud.ini « php8.0 - github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a7980f31d8e3c51ebfa6751e129804bb7fef5ee7 (plain)
1
2
3
4
5
6
7
8
9
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