GWT: problem in compiling from IDEA
I have GWT project. It's very large. I make project from console with parameter -Xmx512m.
I can't debug my project from IDEA. When I start Debug, after some time,it stop with error "Unexpected internal compiler error".
I think, this problem OutOfMemmory.
I extend IDEA memmory -Xmx1024m, but it didn't help me.
How can we start plugins with extended memmory?
PS: Sorry, for my English :)
请先登录再写评论。
Hello Yeldar,
You can use "VM parameters" field in GWT run configuration. This feature
is implemented in last EAP build 5661 (see http://www.jetbrains.net/jira/browse/IDEADEV-9012).
It did'n help me.
I set VM parameters: -Xms512m -Xmx900m; In IDEA - -Xmx1024m.
May be, is this parameters for start gwt-browser?...