This commit is contained in:
Daniel Hansson 2019-09-14 11:49:01 +02:00 committed by GitHub
parent 032794e291
commit 661ec020d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -470,11 +470,12 @@ then
echo "# APCu settings for Nextcloud"
echo "extension=apcu.so"
echo "apc.enabled=1"
echo "apc.max_file_size=5M"
echo "apc.shm_segments=1"
echo "apc.shm_size=32M"
echo "apc.shm_size=128M"
echo "apc.entries_hint=4096"
echo "apc.ttl=0"
echo "apc.gc_ttl=3600"
echo "apc.ttl=3600"
echo "apc.gc_ttl=7200"
echo "apc.mmap_file_mask=NULL"
echo "apc.slam_defense=1"
echo "apc.enable_cli=1"