Skip to content

Commit

Permalink
opcache.sh.ini: Clean-up OPcache configurations
Browse files Browse the repository at this point in the history
Signed-off-by: Melvyn Ng <[email protected]>
  • Loading branch information
MelvynEzi committed Dec 21, 2022
1 parent a17d684 commit b7f6760
Showing 1 changed file with 2 additions and 8 deletions.
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

0 comments on commit b7f6760

Please sign in to comment.