Hi Thanks for your reply.
This is not a Maven build. I start Jenkins from the command line as follows: $ sudo /etc/init.d/jenkins start Does that mean that I should modify /etc/sysconfig/Jenkins ? Best regards David From: [email protected] [mailto:[email protected]] On Behalf Of Maciej Jaros Sent: 26 March 2014 10:48 To: [email protected] Subject: Re: PermGen failures David Aldrich (2014-03-25 17:12): Hi In the last few weeks I have been getting a lot of PermGen errors: FATAL: PermGen space I am running Jenkins 1.556 on Centos 5. How should I fix this problem please? If this is a compilation issue: In Build options -> Advance -> MAVEN_OPTS use something like: -Xmx1536m -XX:MaxPermSize=512m If this is not a maven project then add build options to your command line. Cheers, Nux. Click here<https://www.mailcontrol.com/sr/ANxdFpL3NvTGX2PQPOmvUsaHTTHE2WHL8V5oRJekT3F1GiJuPjpGCz0ZERt4!slM2U9s6bVQO2bCP4z!bwErJQ==> to report this email as spam. -- 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]<mailto:[email protected]>. For more options, visit https://groups.google.com/d/optout. -- 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.
