Hi,

> Upon launch Davmail uses 7.5GiB of virtual memory and 107.8MiB of
> resident memory but, after using it for about a day, 7.6GiB of virtual
> memory and 686MiB of resident memory.  Given that davmail only needs to
> keep a very small state, that seems to point to a memory leak.

I have prepared a change that may improve things a bit following
upstream suggested JVM arguments.

I would add that in Java, memory is mostly not managed by the program
so memory leaks cannot happen (although useless mamory usage can
happen). Regrading Java applications memory usage, you can read[1].

I'm not sure more can be done on this.

[1] https://stackoverflow.com/a/561450

Thanks,

Alex

Reply via email to