Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Stack Overflow when doing a fresh install

master-lincoln edited this page Jun 8, 2011 · 1 revision

If you get a Stackoverflow when doing mvn clean install try to increase the heap size:

mvn clean install -Dgwt.extraJvmArgs="-Xss1024k"