Summary | out of memory error with 9K message mailbox |
Queue | IMP |
Queue Version | HEAD |
Type | Enhancement |
State | Rejected |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | selsky (at) columbia (dot) edu |
Created | 05/08/2007 (6632 days ago) |
Due | |
Updated | 12/03/2008 (6057 days ago) |
Assigned | 11/08/2008 (6082 days ago) |
Resolved | 12/03/2008 (6057 days ago) |
Milestone | |
Patch | No |
State ⇒ Rejected
State ⇒ Assigned
rejected or closed.
the expense of speed of course. Also, how are you sorting this
mailbox?
$ grep cache imp/config/conf.php
$conf['server']['cache_folders'] = false;
$conf['server']['cache_msgbody'] = false;
$conf['mboxcache']['use_mboxcache'] = false;
contents of the entire mailbox. i.e., the only way you can tell what
messages are on page 2 is if you sort the entire mailbox. Don't see
anyway around this.
remember correctly, you really couldn't do anything at all in IMP 3
unless you turned memory_limit off completely, let alone set it at 24
MB.
usages seems to be around 120MB for 110K messages. Does that sound
reasonable?
remember correctly, you really couldn't do anything at all in IMP 3
unless you turned memory_limit off completely, let alone set it at 24
MB.
the expense of speed of course. Also, how are you sorting this mailbox?
btw, I definitely see *much* slower mailbox accesses in IMP 3.x than
4.x. Not to mention we cache mailbox lists in 4 and we never did this
in 3.
There are only 20 mesage headers on the page... Just curious.
contents of the entire mailbox. i.e., the only way you can tell what
messages are on page 2 is if you sort the entire mailbox. Don't see
anyway around this.
Why do we need to use so much memory to show the message index? There
are only 20 mesage headers on the page... Just curious.
State ⇒ Stalled
me (t-bird takes up *way* more than 24 megs to view a mailbox of this
size). Don't think we can really do much about this without changing
the internal imap processing in c-client.
Assigned to Michael Slusarz
Priority ⇒ 1. Low
State ⇒ New
Queue ⇒ IMP
Summary ⇒ out of memory error with 9K message mailbox
Type ⇒ Enhancement
use 24M memory...
When I try to open a 9K message mailbox (sent-mail), I get the
following error:
Fatal error: Allowed memory size of 25165824 bytes exhausted (tried to
allocate 1572865 bytes) in /etc/httpd/htdocs/horde/imp/lib/Mailbox.php
on line 689
php.ini has these memory settings:
memory_limit = 24M