Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian QA
jenkins.debian.net
Commits
31cccd6a
Commit
31cccd6a
authored
Nov 01, 2018
by
Holger Levsen
Browse files
increase heap size for slave.jar and allocate everything right at the start
Signed-off-by:
Holger Levsen
<
holger@layer-acht.org
>
parent
015ef800
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/start-slave.sh
View file @
31cccd6a
...
...
@@ -17,6 +17,6 @@ if [ -f "$f" ]; then
fi
echo
"This jenkins slave.jar will run as PID
$$
."
export
JAVA_ARGS
=
"-Xms
12
8M -Xmx
512
M"
export
JAVA_ARGS
=
"-Xms
76
8M -Xmx
768
M"
export
MALLOC_ARENA_MAX
=
2
exec
java
$JAVA_ARGS
-jar
/var/lib/jenkins/slave.jar
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment