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 -

c# - ItextSharp font color issue in ver 5.5.4+ -

how does one get csharp-sqlite to throw exceptions for duplicates or foreign key constraint violations -