• Resolved padrico

    (@padrico)


    Hi there I tried your plugin, but after an hour or so it causes the PHP Error Allowed memory size exhausted. Do you have an idea why this happens?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Pierre Lannoy

    (@pierrelannoy)

    Hello @padrico!

    Sorry to hear that.It’s a first (for me)…
    Can you tell me where you see this message and what is the full message?

    Thread Starter padrico

    (@padrico)

    Hi there

    The Website broke, so I checked the PHP Log. It′s /wp-content/plugins/apcu-manager/includes/api/object-class.php/ on line 710.

    Plugin Author Pierre Lannoy

    (@pierrelannoy)

    Can you tell me the full message?

    Thread Starter padrico

    (@padrico)

    Do you mean this (I replaced sensitive)?

    [php:error] [pid XXX] [client XXX] [host XXX] PHP Fatal error:? Allowed memory size of 402653184 bytes exhausted (tried to allocate 65036288 bytes) in XXX/wp-content/plugins/apcu-manager/includes/api/object-class.php on line 710

    Plugin Author Pierre Lannoy

    (@pierrelannoy)

    Wow! That’s huge values. May I ask you how is “architectured” your hosting? Are you on dedicated server, vps, shared?

    Thread Starter padrico

    (@padrico)

    Mh, it′s a common web server, not dedicated, maybe shared.

    Plugin Author Pierre Lannoy

    (@pierrelannoy)

    It’s what I suspect too ??

    Could you try to increase the PHP parameter called memory_limit? It will help but, to be honest, I don’t think APCu Manager is the root cause of this issue. Just a symptom. You have reached the memory limit of your config, and other plugins may trigger it too…

    Just curious, what are the apcu parameters on your host?

    Thread Starter padrico

    (@padrico)

    Hi Pierre, PHP Memory Limit is set on max limit for my Server. Unfortunately I don′t know the APCu Parameters, I can only switch it on or off. Maybe I should upgrade my Server. I am afraid other solutions (wp-rocket etc would cause the same symptom?)… Maybe you can help: I renamed the plugin folder to get back online. Can I switch values in MySQL to switch off object caching and deleting? Just to bring it back switch it off in the dashboard… thanks for the help!

    Plugin Author Pierre Lannoy

    (@pierrelannoy)

    If you want to fully (and manually) delete APCu Manager, just delete the following:

    • the wp-content/object-cache.php file if it exists
    • the wp-content/plugins/apcu-manager folder (or whatever you renamed it)

    And that’s it. No database modification to do ??

    Plugin Author Pierre Lannoy

    (@pierrelannoy)

    And yes, if you are “short” on memory, other plugins that do object caching may trigger the same error…

    Thread Starter padrico

    (@padrico)

    Thank you very much!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Allowed memory size exhausted’ is closed to new replies.