Tobias Vollmer wrote:
Hello group.

I have a debian etch install with PHP5.2.0-8.
For a backup Script of a Typo3-Database I need to temporarily increase the memory_limit to, say, 512MB.
Unfortunatly I still get an Error-Message
---
Fatal error: Allowed memory size of 268435456 bytes exhausted [...]
---
even if I disable the memorylimit (memory_limit = -1) or set it to memory_limit = 512MB.

Where are you changing this? Maybe in the typo3 code they have a memory_limit set:

ini_set('memory_limit', '512M');

or something.

For a db that size I'd just suggest using mysqldump or some such tool to create a backup actually.

--
Postgresql & php tutorials
http://www.designmagick.com/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to