reduce to 4g RAM, still 3 CPUS

This commit is contained in:
Michael Hoennig 2024-11-23 11:45:59 +01:00
parent a95fb3b86c
commit 26d05e5faa

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
// additionalBuildArgs ...
args '--network=bridge --user root -v $PWD:$PWD \
-v /var/run/docker.sock:/var/run/docker.sock --group-add 984 \
--memory=8g --cpus=3'
--memory=4g --cpus=3'
reuseNode true
}
}