changeset 94:89a94c61e4d6 puppet-3.6

Reduce opcache memory usage because it doesn't use that much
author IBBoard <dev@ibboard.co.uk>
date Fri, 22 Jan 2016 20:27:16 +0000
parents 74678cd7a200
children 0ea0825ba847
files modules/website/manifests/php.pp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/modules/website/manifests/php.pp	Sat Jan 16 15:03:04 2016 +0000
+++ b/modules/website/manifests/php.pp	Fri Jan 22 20:27:16 2016 +0000
@@ -42,7 +42,7 @@
     file { '/etc/php.d/opcache.ini':
       ensure => present,
       content => 'zend_extension=/usr/lib64/php/modules/opcache.so
-opcache.memory_consumption=96 ',
+opcache.memory_consumption=64',
     }
   }
 }