joergreichert / spray

Automatically exported from code.google.com/p/spray
1 stars 2 forks source link

Investigate out of memory in xtend-maven-plugin in local build #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When I build Spray modules-default locally I get an out of memory exception 
when the build executes the xtend-maven-plugin in org.eclipselabs.spray.xtext. 
When executed sole org.eclipselabs.spray.xtext builds succesfully. Also the CI 
server is able to execute the hole build. But locally even with memory settings 
set in MAVEN_OPTS I am not able to complete the modules-default build.

Original issue reported on code.google.com by de.abg.r...@gmail.com on 8 Jul 2012 at 3:46

GoogleCodeExporter commented 9 years ago
Had to set MAVEN_OPTS="-Xms256m -Xmx1024m -XX:MaxPermSize=512m 
-XX:PermSize=512m" in the Windows environment to fix the problem as setting 
locally in Windows Powershell had no effect.

Original comment by de.abg.r...@gmail.com on 1 Sep 2012 at 8:02