|
From: Oliver A. <ol...@b-...> - 2009-04-30 14:37:58
|
I've had the same problem and I changed my values in in /etc/php5/apache2/php.ini (this file may be located elsewhere on your system) as follows: under "Resource Limits", change memory_limit to 64M (memory_limit = 64M) under "Data Handling", change post_max_size to 32M (post_max_size = 32M) under "File Uploads", change upload_max_filesize to 32M (upload_max_filesize = 32M) Please note that memory_limit is set to a larger value than the other two settings (i'm using 2x here). In your case, you might want to double the values I use. BTW, binary attachments in e-mails are encoded and can thus actually inflate your e-mail beyond the size of the original attachment (33% and up). deffie wrote: > > Hi all, > trying to send messages with size like 16mb and upload size set to 16mb > i need a memory_limit > 64MB (64 MB are not enough, with 128 works). > > Regards, > Giacomo. > > ------------------------------------------------------------------------------ > Register Now & Save for Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > _______________________________________________ > eGroupWare-users mailing list > eGr...@li... > https://lists.sourceforge.net/lists/listinfo/egroupware-users > > -- View this message in context: http://www.nabble.com/Felamimail-attachment-size-and-memory_limit-tp23312918s3741p23317570.html Sent from the egroupware-users mailing list archive at Nabble.com. |