lighttpd forum XCache > WAMP XCache and PHP Fatal Error

Posted by Web Guy
on 07.11.2008 19:08
Attachment: xcache.gif
I'm using WAMP on a local box and have installed XCache it all "seems" 
to be working except that I am getting ERRORs in my PHP log file ever 
since I installed it.

[07-Nov-2008 11:42:51] PHP Fatal error:  XCache: entries OOM in
Unknown on line 0

[07-Nov-2008 11:42:51] PHP Fatal error:  XCache: failed init opcode 
cache in Unknown on line 0

over and over and over again...

I've inclosed an image of my phpinfo.php file XCache.

Any help with this is appreciated.
Posted by moo XCache
on 08.11.2008 04:19
Web Guy wrote:
> I'm using WAMP on a local box and have installed XCache it all "seems" 
> to be working except that I am getting ERRORs in my PHP log file ever 
> since I installed it.
> 
> [07-Nov-2008 11:42:51] PHP Fatal error:  XCache: entries OOM in
> Unknown on line 0
> 
> [07-Nov-2008 11:42:51] PHP Fatal error:  XCache: failed init opcode 
> cache in Unknown on line 0
> 
> over and over and over again...
> 
> I've inclosed an image of my phpinfo.php file XCache.
> 
> Any help with this is appreciated.

increase xcache.size
xcache.size = 64M (not 16/32/64, it's 16M/32M/64M)
Posted by Web Guy
on 12.11.2008 16:05
moo XCache wrote:

> increase xcache.size
> xcache.size = 64M (not 16/32/64, it's 16M/32M/64M)

Ok thanks that looks to have eliminated the issue.