Backup memory size too small
Permalink
Guys
Just tried to back up large 5.6 site and got this:
===========
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 58637579 bytes) in /home/kelverio/public_html/updates/concrete5.6.3.3/concrete/core/libraries/backup.php on line 19
===========
Nothing on line 19 to allow me to increase the memory size.
Does anybody know where I could do this please?
Ian
Just tried to back up large 5.6 site and got this:
===========
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 58637579 bytes) in /home/kelverio/public_html/updates/concrete5.6.3.3/concrete/core/libraries/backup.php on line 19
===========
Nothing on line 19 to allow me to increase the memory size.
Does anybody know where I could do this please?
Ian
I’m not sure, but I think MySQL uses too much memory, and PHP too. You could try to backup your database via phpMyAdmin, which should be installed on your web server (almost all standard web hosters offer this for their customers).
Thanks, thats what I did in the end!