Comment 5 for bug 1201035

Revision history for this message
David Cramer (david-thingbag) wrote :

Ok, thanks. Giving Java more heap space is worth a try (though usually I see OutOfMemory errors rather than an NPE). You can set the environment variable MAVEN_OPTS from the Jenkins job. In the Build section click Advanced and you should see a MAVEN_OPTS field. Set it to something like:

-Xms1024m -XX:MaxPermSize=1024m -Xmx1024m -Xrs

David