nextcloud: add variables for apc and opcache memory size

This commit is contained in:
Wonderfall
2016-09-19 13:14:53 +02:00
parent d2969c59ea
commit 649cf6c819
13 changed files with 26 additions and 12 deletions

View File

@ -1,4 +1,4 @@
extension=apcu.so
apc.enabled=1
apc.shm_size=128M
apc.shm_size=<APC_SHM_SIZE>
apc.ttl=7200