hi everyone,
Recently we converted to php-fpm and I was happy with it, the majority of sites are still on php-56 though, and hence I modified the
/opt/cpanel/ea-php56/root/etc/php.ini
to include the following opcache improvements.
Server is 16 core / 16gb ram.
Today I decided to make similar change in the php70 for the sites that are using that.
So I went to edit the /opt/cpanel/ea-php70/root/etc/php.ini applied the same configuration.
Did the normal php-fpm restart via the WHM and when I view the opcache settings, they're still exactly the same as default, ie 128mb ram.
I can modify the ea-php56 as frequently as I like and when I restart php-fpm the changes are applied, but php-70 nothing happens.
Cpanel Version : v72.0.10
Recently we converted to php-fpm and I was happy with it, the majority of sites are still on php-56 though, and hence I modified the
/opt/cpanel/ea-php56/root/etc/php.ini
Code:
opcache.enable=1
opcache.enable_cli=1
opcache.memory_consumption=2512
opcache.interned_strings_buffer=8
opcache.max_accelerated_files=40000
opcache.revalidate_freq=60
opcache.fast_shutdown=1
Server is 16 core / 16gb ram.
Today I decided to make similar change in the php70 for the sites that are using that.
So I went to edit the /opt/cpanel/ea-php70/root/etc/php.ini applied the same configuration.
Did the normal php-fpm restart via the WHM and when I view the opcache settings, they're still exactly the same as default, ie 128mb ram.
I can modify the ea-php56 as frequently as I like and when I restart php-fpm the changes are applied, but php-70 nothing happens.
Cpanel Version : v72.0.10