• Resolved N30

    (@n30)


    I get constantly this error and when I add more and more memory it takes a while and starts again:

    .013156 [NOTICE] [197725] [T0] [45.132.244.92:51052#APVH_crypthor.net:443] [STDERR] PHP Fatal error: Allowed memory size of 1585446912 bytes exhausted (tried to allocate 440430592 bytes) in /var/www/vhosts/mydomain.com/httpdocs/wp-content/plugins/litespeed-cache/src/object-cache.cls.php on line 469

Viewing 10 replies - 1 through 10 (of 10 total)
  • 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

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Critical Memory Error’ is closed to new replies.