Tagged Questions
2
votes
3answers
1k views
How would I give the GWT-compiler more memory when using GWT-Maven?
We have a Maven build that runs the GWT plugin (gwt-maven). Unfortently it is running out of memory.
Do I need to give Maven itself more heap or do I need to give GWT more heap? Any idea how to ...