• bee15

    (@bee15)


    Hello,

    I’ve been getting this error regularly and i’m wondering if you might know why / how to fix?

    2022-10-13T06:23:51+00:00 CRITICAL Allowed memory size of 536870912 bytes exhausted (tried to allocate 2621440 bytes) in /wordpress/drop-ins/object-cache.php on line 443
    
    2022-10-13T18:30:10+00:00 CRITICAL Allowed memory size of 536870912 bytes exhausted (tried to allocate 49152 bytes) in /wordpress/drop-ins/object-cache.php on line 619

    Any help would be appreciated.
    Thank you ??

    Emma

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Andrija Vu?ini?

    (@aidvu)

    Hey,

    it doesn’t have to be directly related to object-cache. For such cases, I’d recommend debugging using https://www.php.net/manual/en/function.memory-get-usage.php, to figure what is using memory and try to optimize it.

    Or you could have a lot of autoload options, and when we cache alloptions it is too big to fit into memory. In general, when you hit out-of-memory in PHP, looking at what is using all that memory is a good idea. You can use Xdebug too, if you’re familiar with it.

    Regards,
    Andrija

Viewing 1 replies (of 1 total)
  • The topic ‘Critical Allowed Memory Fatal Errors’ is closed to new replies.