[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: drop options which are default on 64bit

Holger Levsen gitlab at salsa.debian.org
Thu Nov 1 15:20:07 GMT 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
015ef800 by Holger Levsen at 2018-11-01T15:01:08Z
drop options which are default on 64bit

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
31cccd6a by Holger Levsen at 2018-11-01T15:19:52Z
increase heap size for slave.jar and allocate everything right at the start

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/start-slave.sh
- hosts/jenkins/etc/default/jenkins


Changes:

=====================================
bin/start-slave.sh
=====================================
@@ -17,6 +17,6 @@ if [ -f "$f" ]; then
 fi
 
 echo "This jenkins slave.jar will run as PID $$."
-export JAVA_ARGS="-Xms128M -Xmx512M"
+export JAVA_ARGS="-Xms768M -Xmx768M"
 export MALLOC_ARENA_MAX=2
 exec java $JAVA_ARGS -jar /var/lib/jenkins/slave.jar


=====================================
hosts/jenkins/etc/default/jenkins
=====================================
@@ -30,7 +30,6 @@ JAVA_ARGS="$JAVA_ARGS -XX:+PrintGCCause -XX:+PrintTenuringDistribution -XX:+Prin
 JAVA_ARGS="$JAVA_ARGS -XX:+UseG1GC -XX:+ExplicitGCInvokesConcurrent -XX:+ParallelRefProcEnabled -XX:+UseStringDeduplication"
 JAVA_ARGS="$JAVA_ARGS -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=10 -XX:+UnlockDiagnosticVMOptions -XX:G1SummarizeRSetStatsPeriod=1"
 # h01ger trying stuff
-JAVA_ARGS="$JAVA_ARGS -XX:+UseCompressedOops -XX:+UseCompressedClassPointers"
 export MALLOC_ARENA_MAX=2
 
 # make jenkins listen on IPv4 address



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/71d247536119a12b047993d0d1a4c6ad885ec8bb...31cccd6a5f56817ee6b626a4a5a37cc89ce3afdd

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/71d247536119a12b047993d0d1a4c6ad885ec8bb...31cccd6a5f56817ee6b626a4a5a37cc89ce3afdd
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/20181101/1a17b1ff/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list