[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] start slave.jar with a smaller heap
Holger Levsen
gitlab at salsa.debian.org
Tue Oct 30 21:25:15 GMT 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
3134146d by Holger Levsen at 2018-10-30T21:25:04Z
start slave.jar with a smaller heap
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/start-slave.sh
Changes:
=====================================
bin/start-slave.sh
=====================================
@@ -17,4 +17,5 @@ if [ -f "$f" ]; then
fi
echo "This jenkins slave.jar will run as PID $$."
-exec java -jar /var/lib/jenkins/slave.jar
+export JAVA_ARGS="-Xms128M -Xmx1G"
+exec java $JAVA_ARGS -jar /var/lib/jenkins/slave.jar
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/3134146d7b97be57989763ec75e4d5ed2b95926a
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/3134146d7b97be57989763ec75e4d5ed2b95926a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20181030/5380b781/attachment.html>
More information about the Qa-jenkins-scm
mailing list