Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions etc/ncp-templates/php/opcache.ini.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,7 @@ fi

cat <<EOF
zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.fast_shutdown=1
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=10000
opcache.memory_consumption=128
opcache.save_comments=1
opcache.revalidate_freq=1
opcache.interned_strings_buffer=16
opcache.revalidate_freq=60
opcache.file_cache=${TMP_DIR};
EOF