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
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
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
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
On 07/13/2012 11:28 AM, Harald Leithner wrote:
> Hi Paul,
>
> do we have any updates on this?
Not much. The problem is very difficult to reproduce reliably. Valgrind
traces generated using the steps outlined by Harald Reindl below seem to
point in the direction of either glib's slice-allocator, o
Hi Paul,
do we have any updates on this?
Restarted imapd today after 10 Hours with 5GB allocated ram, thats a
problem on a vm with 8GB...
If you need help please tell me how.
thx
Harald
Am 13.06.2012, 10:59 Uhr, schrieb Reindl Harald :
Am 13.06.2012 10:32, schrieb Jure Pečar:
Hello,
Am 13.06.2012 10:32, schrieb Jure Pečar:
>
> Hello,
>
> I'm observing decent memory leaks in all four dbmail daemons. In producton
> impad grows by about 300MB per day, others less since they're less utilized.
>
> Anyone else observing this?
> Is there an easy way to figure out where the memo