[Resolved] Eacceletor PHP Crash

Status
Not open for further replies.

pardis

Well-Known Member
#1
Hello :

On my server on Eacceletor enabled litespeed restart continuously and in log see too many :
Code:
2014-09-23 02:58:22.284 [STDERR] [Tue Sep 23 02:58:22 2014
] [notice] EACCELERATOR(25718): PHP crashed on opline 578
How Can Resolve it ?

Thank You
 
Last edited by a moderator:

NiteWave

Administrator
#2
what's your php version ?
latest version eAccelerator not support php 5.5 and above.
and APC is replaced by OPcache.

for php 5.4 and above, only OPcache and XCache are recommended
 

pardis

Well-Known Member
#5
Thanks ...

after install opcache some problem occur :

when opcache enabled sometime cloudlinux and lsws crashed and you can see following error on stderr.log :
Code:
2015-01-05 08:00:37.503 [STDERR] Reached max children process limit: 2000, extra: 1000, current: 3000, please increase LSAPI_CHILDREN.
2015-01-05 08:00:37.504 [STDERR] Pid (111447): enter LVE (1069) : ressult: -7 !
also , customer see maximum resource reached (error 508) ontheir website . So I disabled LVE and opcache and this problem not occur again. we need opcache.

command result when problem occured :
Code:
ps -aux | grep lsphp | wc -l
< above 3000>
 
Last edited by a moderator:
Status
Not open for further replies.
Top