eclipse - Heap out of memory exception -
In my eclipse, while running a Maragrett program, it is throwing out of memory exception In Eclipse.ini (-Xms40m-Xmx768m values -Xms4000m-Xmx7680m) the parameter is changed, only the same error is happening, what will be the solution for this. Only For the program, you run eclipse
eclipse.ini setting sets heap for itself.
run the configuration for the program and
set the XMX value in the VM arguments .
Comments
Post a Comment