java - An internal error occurred during: "Validating GWT components". GC overhead limit exceeded -


eclipse crashing when trying debug gwt module in hosted/dev mode.

enter image description here

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

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -