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

ansible-inventories/arocom#75 Configure OpCache

parent 3eed46cb
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,9 @@ apc_num_files_hint: '0'
# opcache.ini
opcache_memory_consumption: '128'
opcache_max_accelerated_files: '10000'
opcache_max_accelerated_files: '7963'
opcache_revalidate_freq: '30'
opcache_interned_strings_buffer: '16'
# php 5.3
php53:
......
zend_extension=opcache.so
opcache.enable=1
opcache.memory_consumption={{ opcache_memory_consumption }}
opcache.max_accelerated_files={{ opcache_max_accelerated_files }}
opcache.revalidate_freq={{ opcache_revalidate_freq }}
opcache.interned_strings_buffer={{ opcache_interned_strings_buffer }}
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