Quoting Adam Tauno Williams <[email protected]>:

On Mon, 2009-10-19 at 16:29 +0200, Matus UHLAR - fantomas wrote:
On 29.09.09 09:22, Jefferson Davis wrote:
> File size is approx 32m - php limit is 50m on both post and max upload.
> memory limit is 80m
for files around 32MB you need memory limit around 160M. PHP is very
memory-hungry here.

Yep, we have to run our production servers with -
memory_limit = 256M

This is fixed in IMP 5 by using streams instead of PHP's string functions (which are very memory inefficient).

michael

--
___________________________________
Michael Slusarz [[email protected]]

--
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [email protected]

Reply via email to