On May 15, 3:13 pm, kru...@[EMAIL PROTECTED]
wrote:
> Hi,
>
> > But as the program runs, its memory keep on inscreasing. I don't know
> > why.
>
> the task manager isn't good to look at the java heap. It gives you
> only some info about the memory reserved by the java process. Try
> looking at the GC output to see what happends with the java heap. The
> easiest option is just
> -verbose:gc
> add it to your start parameters and look at the console (or wherever
> it is redirected).
>
> If you need to analyze a memory leak, make a heap dump and analyze it.
> Look athttp://www.eclipse.org/mat/for
an good open source tool.
>
> greets,
> krum
Thanks for your suggestions


|