Opcache settings not working?

bloom360

Active Member
#1
Hi,

I have followed the instructions to setup Process Group on cPanel (the includes file on the global pre virtualhost, etc) and I am trying to add the config settings in a local php.ini but the settings don't appear to be picked up.

Other settings in the php.ini such as max file upload etc do work, so it is indeed loading the ini file. In fact, a phpinfo does show two columns for opcache settings: Local and Master, however my settings do not affect the Local values (for opcache specifically, as mentioned above, other settings do appear on the Local col)

These are the settings:

opcache.revalidate_freq=0
opcache.validate_timestamps=0
opcache.max_accelerated_files=7963
opcache.memory_consumption=192
opcache.interned_strings_buffer=16
opcache.fast_shutdown=1

Can you please advise?
 
Top