carrja99 Posted January 16, 2004 Share Posted January 16, 2004 Recently our host transfered several of our shopping carts to a new server. Initially, everything went ok, but I've ran across some odd error.. whenever I try to back up a database with gzip or zip compression, I get the following error: Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 3838889 bytes) in /home/sites/*******/web/catalog/admin/backup.php on line 49 Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 137 bytes) in Unknown on line 0 And backing up as pure SQL just stalls... any idea what's going on? Link to comment Share on other sites More sharing options...
carrja99 Posted January 17, 2004 Author Share Posted January 17, 2004 Bump... please respond Link to comment Share on other sites More sharing options...
SunYe Posted January 17, 2004 Share Posted January 17, 2004 Look for the limit in the php.ini file ;) ;;;;;;;;;;;;;;;;;;; ; Resource Limits; ;;;;;;;;;;;;;;;;;;; max_execution_time = 30 ; Maximum execution time of each script, in seconds max_input_time = 60; Maximum amount of time each script may spend parsing request data memory_limit = 8M ; Maximum amount of memory a script may consume (8MB) Fan of OSC system................. Comming From China............. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.