PDA

View Full Version : Back Up limit


theodore
01-03-2008, 10:25 AM
Happy New Year to All,

From Admin-> maintenance-> DB backup when i try to perform backup the following error appeared:
-----------------------------------
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 12321664 bytes) in /home/xxxxxxx/public_html/lib/backup/mysql_backup.php on line 167
-----------------------------------
My DB size is about 120MB and ziped (.gz) is about 30MB.

How can increase the memory size?

Thnks

shketuljko
01-03-2008, 11:18 AM
In VIVVO_ROOT/admin/admin_include.php

you should have next line:

ini_set("memory_limit","16M");

For example you can change memory limit from 16M to 32M

theodore
01-03-2008, 11:19 AM
Thnks alot

i will try

shketuljko
01-03-2008, 11:21 AM
No problem :)