Re: [Dbmail] memory leaks in 3.0.2

2012-08-06 Thread Paul J Stevens
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

Re: [Dbmail] memory leaks in 3.0.2

2012-08-06 Thread Harald Leithner
Paul, which version of roundcube do you use? the option: $rcmail_config['index_sort'] has been removed in version 0.4-beta. from the changelog: - Removed 'index_sort' option, now we're using empty 'message_sort_col' for this also enable_caching has changed in Version 0.6: - Option enable_cach

Re: [Dbmail] memory leaks in 3.0.2

2012-08-06 Thread Reindl Harald
Hi Paul Am 06.08.2012 15:11, schrieb Paul J Stevens: > 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 us

Re: [Dbmail] memory leaks in 3.0.2

2012-08-06 Thread Paul J Stevens
On 08/06/2012 03:44 PM, Reindl Harald wrote: >> $rcmail_config['enable_caching'] = TRUE; > > only a workaround which leads to have a large amount > of data which origins in a database in another one > > i doubt roundcube is only one way to trigger this If you find one, please let me know. The l