Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support MixHa

    (@mixha)

    Hello again @kriszticsagi 🙂

    The issue is caused by RAM memory limit configuration.

    Because your WP_MAX_MEMORY_LIMIT is set to 1024 MB (which is default value and you need to override it in wp-config.php) our plugin think that there is 256 MBs of free RAM memory, but in reality there is hard limit of 40 MBs, best solution for you would be to increase memory limit to 1024MBs in your php.ini configuration, that would resolve all issues or set correct value for WP_MAX_MEMORY_LIMIT in wp-config.php to “40M”.

    After all running WordPress with only 40 MBs of RAM is quite challenging and may make the website unstable.

    You need to increase the memory_limit variable in your php.ini configuration, most recommended value for you is “1024M”.

    Let me know if you can do that or you need more details of how to do it 🙂
    Thank you!

    Thread Starter kriszticsagi

    (@kriszticsagi)

    Dear Mixha!
    Thank you your advice!
    Please, help me, how can I change the wp-config.php?

    Plugin Support MixHa

    (@mixha)

    Hey @kriszticsagi ,

    I believe you googled that one out quickly, but in case you still didn’t, you can edit that file any way really, FTP, some file management tool or plugin even…

    Kind regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Backup failed at 100%’ is closed to new replies.