I've got a Windows 8 Pro machine connected to our Jenkins 1.562 instance as a slave. The slave runs as a windows service.
I have set MAVEN_OPTS as a system property variable. If I open an administrative cmd prompt and type 'set' included is the following: MAVEN_OPTS=-Xms1024m -Xmx1024m -XX:NewSize=256m -XX:MaxNewSize=356m -XX:PermSize =1024m -XX:MaxPermSize=2048m If I check out a maven 3 project and clean/install it myself it works. But the Jenkins service fails it, with OOM: Permgen Space. Any ideas? Thanks, James -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
