Increase memory allocation to backup
Permalink
Trying to backup quite a sizeable site and get this message:
I went to the php file indicated but can't work out how to code it to allow more memory.
Help please.
Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 10485816 bytes) in /var/www/vhosts/klc.co.nz/httpdocs/concrete/core/libraries/backup.php on line 143
I went to the php file indicated but can't work out how to code it to allow more memory.
Help please.
You normally set the memory_limit in php.ini or in cPanel if you have that level of access?
Or you can try this in your php:
<?php
ini_set('memory_limit','512M');
?>
<?php
ini_set('memory_limit','512M');
?>
As this is a 5.6 site, you could try Backup Voodoo. https://www.concrete5.org/marketplace/addons/backup-voodoo/...
Please contact me directly if interested.
Please contact me directly if interested.