[Tickets #5341] Re: out of memory error with 9K message mailbox
bugs at bugs.horde.org
bugs at bugs.horde.org
Mon May 21 22:44:39 UTC 2007
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=5341
-----------------------------------------------------------------------
Ticket | 5341
Updated By | Matt Selsky <selsky at columbia.edu>
Summary | out of memory error with 9K message mailbox
Queue | IMP
Version | HEAD
Type | Enhancement
State | Stalled
Priority | 1. Low
Owners | Michael Slusarz
-----------------------------------------------------------------------
Matt Selsky <selsky at columbia.edu> (2007-05-21 15:44) wrote:
> Do you have caching enabled? That would increase memory usage - at
> the expense of speed of course. Also, how are you sorting this
> mailbox?
No caching. We're using the default sort order for the mailbox.
$ grep cache imp/config/conf.php
$conf['server']['cache_folders'] = false;
$conf['server']['cache_msgbody'] = false;
$conf['mboxcache']['use_mboxcache'] = false;
> The only way you can determine a mailbox slice is if you know the
> 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.
OK.
More information about the bugs
mailing list