summaryrefslogtreecommitdiff
path: root/docker/config/opcache.ini
diff options
context:
space:
mode:
Diffstat (limited to 'docker/config/opcache.ini')
-rw-r--r--docker/config/opcache.ini9
1 files changed, 9 insertions, 0 deletions
diff --git a/docker/config/opcache.ini b/docker/config/opcache.ini
new file mode 100644
index 0000000..6eba8b2
--- /dev/null
+++ b/docker/config/opcache.ini
@@ -0,0 +1,9 @@
+[opcache]
+opcache.enable=1
+opcache.revalidate_freq=0
+opcache.validate_timestamps=0
+opcache.max_accelerated_files=10000
+opcache.memory_consumption=192
+opcache.max_wasted_percentage=10
+opcache.interned_strings_buffer=16
+opcache.fast_shutdown=1 \ No newline at end of file