Summary | Improve memory usage in history view with attachments |
Queue | Whups |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | jhart (at) webroot (dot) com |
Created | 03/18/2006 (7111 days ago) |
Due | |
Updated | 04/25/2006 (7073 days ago) |
Assigned | 03/18/2006 (7111 days ago) |
Resolved | 04/25/2006 (7073 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
(http://cvs.horde.org/framework/VFS/VFS/sql.php) and let me know. I'm
merging to FW_3 also.
_listFolder instead of just the size, which is what we want. I'm
fixing it now, but ran into some other ... trouble in the VFS code.
the mime type, and we get the mime type with mime magic from
analyzing the attachment contents.
State ⇒ Accepted
Priority ⇒ 1. Low
factor is the size of the _largest_ attachment, not the total size of
all attachments.
that this is how it technically has to work?
history, not when doing anything specific with the attachments, right?
the mime type, and we get the mime type with mime magic from analyzing
the attachment contents.
history, not when doing anything specific with the attachments, right?
State ⇒ Feedback
history, not when doing anything specific with the attachments, right?
Which VFS backend are you using?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Tickets with attachments > php memory limit do not get displayed
Queue ⇒ Whups
State ⇒ Unconfirmed
ticket at one time, but it looks like that if a file is attached
greater than the memory limit of PHP, the ticket cannot be displayed.
It seems sometimes it will display the summary information, but not
the history.
This also happens with many attachments which have a combined size
over the memory limit.
The only error (even with E_ALL) I'm seeing in any log is in the
apache error log:
Allowed memory size of 16777216 bytes exhausted (tried to allocate 79 bytes)
Raising the memory size did temporarily fix the problem, but I can
only imagine it will happen again.