mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
tune APC
This commit is contained in:
parent
032794e291
commit
661ec020d2
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user