Thanks a lot Alex,
There was some memory leak problem with the Java collections I used..
its working fine now.
We should use parameterized collection as far as possible..
Regards,
Sagar
On May 28, 11:31 am, "alex.d" <
alex.dukhov...@googlemail.com> wrote:
> You should also increase the heap size for your application itself.
> You can find it under "Run configurations"->Arguments->VM Arguments.
> Set it to -Xmx512m - works fine for me.
>