I want to increase the available heap space for Jenkins. But as it is installed as a service I don“t know how to do it.
|
|
In your Jenkins installation directory there is a jenkins.xml, where you can set various options. Add the parameter -Xmx with the size you want to the arguments-tag (or increase the size if its already there). |
|||
|
|
|
If you used Aptitude (apt-get) to install Jenkins on Ubuntu 12.04, uncomment the
|
|||
|
|
|
If you installed Jenkins on Redhat - for example https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+on+RedHat+distributions then edit /etc/sysconfig/jenkins e.g.
and set JENKINS_JAVA_OPTIONS to
then restart Jenkins
You can also verify the Java options that Jenkins is using by installing the Jenkins monitor plugin... https://wiki.jenkins-ci.org/display/JENKINS/Monitoring via Manage Jenkins / Manage Plugins and then navigating to Managing Jenkins / Monitoring of Hudson / Jenkins master to use monitoring to determine how much memory is available to Jenkins. If you are getting an out of memory error when Jenkins calls Maven, it may be necessary to set MAVEN_OPTS via Manage Jenkins / Configure System e.g.
|
|||||||||||||
|
|
From the Jenkins wiki:
https://wiki.jenkins-ci.org/display/JENKINS/Installing+Jenkins+as+a+Windows+service |
|||
|
|
