The issue is that running from cmd is not very good for debugging . I need to debug the code , so is there any way i could increase heap and debug in eclipse .
I tried increasing heap in control panel - > java -> view - > 6g
but still get the java out of memory in eclipse
eclipse.ini
in your installation directory.eclipse.ini
settings change the heap space for Eclipse itself, theRun Configurations
settings change the heap for programs you run from within Eclipse.