1
0
mirror of https://github.com/hoellen/dockerfiles.git synced 2025-07-27 03:15:39 +00:00
Files
dockerfiles/nextcloud/rootfs/php/conf.d/apcu.ini
2017-08-08 04:06:15 +02:00

5 lines
73 B
INI

extension=apcu.so
apc.enabled=1
apc.shm_size=<APC_SHM_SIZE>
apc.ttl=7200