java - An internal error occurred during: "Validating GWT components". GC overhead limit exceeded -
eclipse crashing when trying debug gwt module in hosted/dev mode.
i think things going out of memory. how resolve this?
resolved issue increasing memory of eclipse itself. added following in eclipse.ini
file.
-vmargs -dosgi.requiredjavaversion=1.5 -dhelp.lucene.tokenizer=standard -xx:maxpermsize=512m -xms512m -xmx1024m
Comments
Post a Comment