Hi our integration machine uses -Xmx1024m -XX:PermSize=64m -XX:MaxPermSize=256m
Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-04 19:43 GMT+02:00 helio frota <[email protected]>: > [INFO] Building OpenEJB :: Examples :: Groovy JPA 1.1.0-SNAPSHOT > ... > ... > [INFO] Changes detected - recompiling the module! > [INFO] Using Groovy-Eclipse compiler to compile both Java and Groovy files > [ERROR] PermGen space -> [Help 1] > > - first time with no maven configuration > - second time with this maven memory: > http://tomee.apache.org/dev/source-code.html > > maven memory settings to 1024 same problem > > both get permgen on this step ( groovy jpa example ) > > * using java 7 > * maven 3.1.1 > * mvn clean install -Dmaven.test.skip=true > > problem gone after add -XX:MaxPermSize=512m to MAVEN_OPTS > > > > ------------------------------------------- > http://eprogramming.github.io
