Summary | IMP - memory allocation |
Queue | IMP |
Queue Version | 4.1.3 |
Type | Bug |
State | Duplicate |
Priority | 2. Medium |
Owners | |
Requester | youza (at) post (dot) cz |
Created | 09/04/2006 (6919 days ago) |
Due | |
Updated | 09/05/2006 (6918 days ago) |
Assigned | |
Resolved | 09/05/2006 (6918 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Duplicate
request 1163State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ IMP - memory allocation
Queue ⇒ IMP
the imp + horde + pear is not efficient for the large attachments.
For sending 10 MB ( 10480760 Bytes) attachment must set the
PHP memory_limit to > 128 MB (256M) !!!
But our have problem - error log:
PHP Fatal error: Allowed memory size of 134217728 bytes exhausted
this is problem for code design - using more variables for storing
attachment content ?
php-5.1.4, horde-3.1.3, imp-h3-4.1.3, httpd-2.2.2, Fedora Core 5
Please developpers, look this and optimize the php code.
Thank you.