Avatar

Level 10

This is due to Java heap size issue.

I tried to run with more reserved memory for JVM which was not working.

But when try to decrease the allocated memory it seems to be working now. I am not this will cause any out of memory exception in the future.

Nith