Nextcloud_Installer/config/php/99-nextcloud.ini

26 lines
551 B
INI

[PostgresSQL]
pgsql.allow_persistent = On
pgsql.auto_reset_persistent = Off
pgsql.max_persistent = 100
pgsql.max_links = 100
pgsql.ignore_notice = 0
pgsql.log_notice = 0
[opcache]
opcache.enable=1
opcache.memory_consumption=64
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=16229
opcache.revalidate_freq=900
opcache.fast_shutdown=1
opcache.enable_cli=1
opcache.revalidate_path=0
opcache.save_comments=1
opcache.enable_file_override=1
opcache.jit = 1255
opcache.jit_buffer_size = 128M
[APCu]
apc.shm_segments = 1
apc.shm_size = 128M