Increase memory allocation to backup

Permalink
Trying to backup quite a sizeable site and get this message:
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.

trixiemay
 
madesimplemedia replied on at Permalink Reply
madesimplemedia
You normally set the memory_limit in php.ini or in cPanel if you have that level of access?
madesimplemedia replied on at Permalink Reply
madesimplemedia
Or you can try this in your php:

<?php
ini_set('memory_limit','512M');
?>
JohntheFish replied on at Permalink Reply
JohntheFish
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.