From 2533e12ba1628248a0cac291053c6b26322ed979 Mon Sep 17 00:00:00 2001 From: Kirito Date: Sun, 19 Feb 2017 18:49:27 +0200 Subject: [PATCH] Reformat Use prime number '3907' Set the 'opcache.mmap_base' to '0x20000000' And changed the value of 'opcache.interned_strings_buffer' to 16 because 8 is too little --- windows-binaries.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/windows-binaries.sh b/windows-binaries.sh index b6358f1..df5a93a 100755 --- a/windows-binaries.sh +++ b/windows-binaries.sh @@ -97,8 +97,9 @@ phar.require_hash = On opcache.enable=1 opcache.enable_cli=1 opcache.memory_consumption=128 -opcache.interned_strings_buffer=8 -opcache.max_accelerated_files=4000 +opcache.interned_strings_buffer=16 +opcache.max_accelerated_files=3907 +opcache.mmap_base = 0x20000000 opcache.save_comments=1 opcache.load_comments=1 opcache.fast_shutdown=0