On 06/13/2012 10:59 AM, Reindl Harald wrote:

>> Anyone else observing this?
>> Is there an easy way to figure out where the memory is leaking without 
>> interrupting the service?

As for roundcube this appears to be alleviated by using

$rcmail_config['enable_caching'] = TRUE;

> there is still a bug reintroduced sorting messages in roundcube

I'm still unable to reproduce this. However, while testing for this one,
I noticed that using:

$rcmail_config['index_sort'] = FALSE;

will trigger a server-side SORT which is quite slow. I suggest using

$rcmail_config['index_sort'] = TRUE;

which will cause much faster client-side sorting



-- 
________________________________________________________________
Paul J Stevens        pjstevns @ gmail, twitter, skype, linkedin

  * Premium Hosting Services and Web Application Consultancy *

           www.nfg.nl/i...@nfg.nl/+31.85.877.99.97
________________________________________________________________
_______________________________________________
DBmail mailing list
DBmail@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail

Reply via email to