Increase heap size in m2e Eclipse plugin
问题 How does one increase the heap size of the m2e Eclipse plugin? Basically, I'm trying to run an automated integration test using Cargo and Selenium under STS (SpringSource's version of Eclipse) with pre-installed m2e (the popular Maven plugin for Eclipse). Whenever I run mvn verify I get the infamous java.lang.OutOfMemoryError: Java heap space... 63M/63M . So I made some research first. Increase the memory via MAVEN_OPTS, Eclipse.ini / STS.ini, Run Configurations, and even via the Maven