I have 128M in my php.ini, tried to increase it to 256M -> same error! Werner
Message: 3 Date: Tue, 9 Sep 2008 15:15:58 +0200 From: Matus UHLAR - fantomas <[EMAIL PROTECTED]> Subject: Re: [imp] error with attachments To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=iso-8859-2 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). -- -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [EMAIL PROTECTED]
