Commit 31cccd6a authored by Holger Levsen's avatar Holger Levsen
Browse files

increase heap size for slave.jar and allocate everything right at the start



Signed-off-by: Holger Levsen's avatarHolger Levsen <holger@layer-acht.org>
parent 015ef800
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment