Menu

#106 big db = problem

closed
nobody
backups (46)
5
2011-10-04
2010-02-07
Anonymous
No

There is a problem backuping 255.43 MB db due to memory limit.
phpMyBackupPro.v.2.1
Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 10747858 bytes) in./functions.inc.php on line 671

Discussion

  • Dirk

    Dirk - 2011-10-04
    • status: open --> closed
     
  • Dirk

    Dirk - 2011-10-04

    If the memory limit for PHP or the PHP timeout value is to low, fails to backup large databases.
    Therefore increase the memory limit and the timeout value to backup these large databases,
    There are several ways to do this - please have a look into the PHP help:

    http://de.php.net/manual/info.configuration.php#ini.max-execution-time
    http://php.net/manual/ini.core.php (memory_limit)

     

Log in to post a comment.