Ticket #1484660 (assigned Bugs)
Attachment Excessive Memory Use Error
| Reported by: | JohnDoh | Owned by: | till |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | PHP backend | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: | zdali |
Description
Hi,
I know tickets have been created about this before but I cant find the exact one and many of them seem to be lost in some kind of "dupicate of" hell. I thought it was probably easier to just start a new one. I applogies if I am repeating others informaiton but I cant find the previous tickets.
The amount of memory required to send an email with attachments seems to massivly out way the size of the attachments giving an error like:
"Fatal error: Allowed memory size of blah bytes exhausted (tried to allocate blah bytes)"
in the error log.
(thrown by the quotedata() function in program/lib/Net/SMTP.php)
Examples: required more than 64mb to send 7mb attachment or 25mb to send 5.5
More people are now reporting this on the forum (http://roundcubeforum.net/forum/index.php?topic=1811.0)
I know that the attachment size limits (which I think only apply to individual files, not the combined size) and the php memory limits can be altered but i dont think this counts as a solution when the difference in requirements is so great
This still occurs in SVN890
Thanks and sorry again if I am repeating stuff but I cant track down the previos tickets which I know exist about this exact issue.
