Skip to content
Snippets Groups Projects
Commit 96a1aadb authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#76 Configure APC

parent 41194949
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,9 @@ apc_rfc1867: '1'
apc_shm_size: '256M'
apc_shm_segments: '1'
apc_num_files_hint: '0'
apc_ttl: '7200'
apc_user_ttl: '7200'
apc_gc_ttl: '3600'
# opcache.ini
opcache_memory_consumption: '128'
......
......@@ -3,3 +3,6 @@ apc.rfc1867 = {{ apc_rfc1867 }}
apc.shm_size = {{ apc_shm_size }}
apc.shm_segments = {{ apc_shm_segments }}
apc.num_files_hint = {{ apc_num_files_hint }}
apc.ttl = {{ apc_ttl }}
apc.user_ttl = {{ apc_user_ttl }}
apc.gc_ttl = {{ apc_gc_ttl }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment