reduce to 2g RAM + 2 CPUS

This commit is contained in:
Michael Hoennig 2024-11-23 11:59:27 +01:00
parent 26d05e5faa
commit 2b8ff49e4a

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=4g --cpus=3'
--memory=2g --cpus=2'
reuseNode true
}
}