- Find out the issue for the high memory consumption with debugging the program, try to fix or optimize that construct.
- Increase the max. heap size with a VM arg (the default is between 64MB to 1GB), for example use -Xmx2048m
Submitted by Sezer Azgin on Mon, 11/23/2015 - 15:22