i suspect (?) the problem is that the 'mvn' build is overriding my JAVA_OPTS, note:/usr/lib64/jvm/java-1.6.0-sun-1.6.0/jre/bin/java -Xmx1024m -jar ... ^^^^ how can i force the mvn build to work in my allocated RAM/swap? i've though that the JAVA_OPTS setting would/should override any default settings ...
try setting the MAVEN_OPTS with the values set for 'JAVA_OPTS'
thanks!
-- Kiran Ayyagari
