diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index f6b2dbb7..38b987bd 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -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"