Skip to content

Commit

Permalink
#1 Added opcache for Drupal
Browse files Browse the repository at this point in the history
  • Loading branch information
keopx committed Sep 10, 2016
1 parent f104cdd commit 7ec64d5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/php/opcache-recommended.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
; configuration for php opcache module
; priority=10
zend_extension=opcache.so
; set recommended PHP.ini settings
; see https://secure.php.net/manual/en/opcache.installation.php
opcache.memory_consumption=128
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=4000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
opcache.enable_cli=1

0 comments on commit 7ec64d5

Please sign in to comment.