eclipse - Strange java.lang.OutOfMemoryError: Java heap space error -
i keep getting java.lang.outofmemoryerror: java heap space error in eclipse using jdk 1.6 u43 , eclipse 4.2.2 under windows 7 64bit. don't know error means or how solve it...
without going heap large pool of memory stores live variables etc during run time of program , error message suggests running out of it!
you can first try running eclipse higher maximum heap size
eclipse -vmargs -xmx1024m
if fixes problem can change values in eclipse.ini file of other suggestions have mentioned.
if doesn't fix it, have kind of memory leak in program , trying store many large objects in memory, in case need see code able out.
Comments
Post a Comment