Kinda funky - I have to use -XX:MaxPermSize=256m else my build fails in the jdo objectstore..
More to the point, I need this in my .bashrc (Ubuntu 12.04, Oracle
Java 1.7.0_13):
export MAVEN_OPTS="-Xms512m -Xmx1024m -XX:MaxPermSize=256m"
without the quotes ("), the statement causes an error..
> > I'm getting the error below towards the end of the build am I missing some
> > env variable to control how much space the jvm has
> you are:
>
> MAVEN_OPTS=-Xms512m -Xmx1024m -XX:MaxPermSize=128m
>
