zendtech / ZendOptimizerPlus

Other
914 stars 142 forks source link

OpCache Constantly Restarting Itself #229

Open Deepbluen opened 7 years ago

Deepbluen commented 7 years ago

Hello,

I have problem with opcache, it keep restarting itself like every hour constantly. I've tried all solutions on the internet but no luck, problem still persist.

I am using CPanel, Centos 6.8 x64, Litespeed Webserver, EasyApache4, PHP 5.6.30

PHP Handler: FCGI

My Opcache Version is: Zend OPcache 7.0.4-dev

My Configration:

opcache.revalidate_freq=0

opcache.validate_timestamps=0

opcache.max_accelerated_files=95000

opcache.memory_consumption=1024

opcache.interned_strings_buffer=64

opcache.fast_shutdown=1

A ss from opcache control panel: http://prntscr.com/e8lv1n

P.S. : I've enabled error logs but there is no any record when it restart itself.

Any help really would be appericated. Thanks in advance. Regards.