Plugin Support
qtwrk
(@qtwrk)
Hi,
what’s your memory limit now ?
Thread Starter
N30
(@n30)
I have set it up to 5000MB which also doesn’t help anymore. I had to disable the plugin now and even deinstalled it but right after installation the issues starts again.
Plugin Support
qtwrk
(@qtwrk)
what if you just disable object cache ?
Thread Starter
N30
(@n30)
I dont even get to that page anymore to disable it. Will try
Plugin Support
qtwrk
(@qtwrk)
go to phpmyadmin -> wp_options , search for litespeed.conf.object row , set value to empty
Thread Starter
N30
(@n30)
Doesnt work… I have to disable the entire plugin somehow via Plesk
Thread Starter
N30
(@n30)
Ok could disable the entire Litespeed in order to get on the website again. Will check now to get it up without object cache on
Thread Starter
N30
(@n30)
Works without object cache. I also emptied the entire lscache folder which seems extremely full. Still dont know where this memory issue comes from.
The question that remains, how do I use Redis now if there immediately comes the out of memory message?
Thread Starter
N30
(@n30)
Anybody an idea what I could do to use redis?
Plugin Support
qtwrk
(@qtwrk)
/litespeed-cache/src/object-cache.cls.php on line 469 , from the source code
this line is
$res = $this->_conn->setEx( $key, $ttl, $data );
it just try to set a key with data , I don’t think it will get a data with that huge size
but please try dump out that $data when this error happens , see what value that is