• Resolved wireB

    (@wireb)


    ERROR: Allowed memory size of 90177536 bytes exhausted (tried to allocate 5283424 bytes)

    I had to uninstall and use another backup plugin – which works.

    Kind regards,

    wb

Viewing 1 replies (of 1 total)
  • Plugin Support happyAnt

    (@duongcuong96)

    @wireb
    It’s better to have a memory limit at least 256MB so other heavy process job can work correctly, Woocommerce also recommends that too.
    I would suggest you to follow this guide:
    modify wp-config.php ( you can find this file in your root directory ), and before the line:
    /* That’s all, stop editing! Happy blogging. */
    add this line:
    define('WP_MEMORY_LIMIT', '256M');

    After that, try again.
    I hope that it could help!

Viewing 1 replies (of 1 total)
  • The topic ‘ERROR: Allowed memory size of 90177536 bytes exhausted (tried to allocate 528342’ is closed to new replies.