On 09.09.08 07:21, Werner Cyrmon wrote: > I want to attach a file wich is 1.892 kb (i.e. smaller than the max 2 > Mb) and get the following message: > > FATAL ERROR: Allowed memory size of 16777216 bytes exhausted (tried > to allocate 1984679 bytes) in /USR/LOCAL/SHARE/PEAR/DB/COMMON.PHP on > line 456 > > It works with files smaller than approx 1.5 Mb > > Is this a missconfiguration (my fault) or a bug?
imp is very memory hungry - you really need to increase memory_limit if you want to process bigger files. I currently use 128M (although the docs say there should be no limit - I'm not that stupid). -- Matus UHLAR - fantomas, [EMAIL PROTECTED] ; http://www.fantomas.sk/ Warning: I wish NOT to receive e-mail advertising to this address. Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu. I don't have lysdexia. The Dog wouldn't allow that. -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
