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.

The "Allowed memory size" in the errormessage stays the same as long as I change the 
value of "memory_limit" to anything above 256M (or -1).
Do I have to change a different value somewhere else to set the desired limit 
or is thelimit hard-coded into the binary?

Thank you for your help!

Best regards,

Tobias Vollmer

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

Reply via email to