reduce to 1g RAM + 2 CPUS
This commit is contained in:
parent
2b8ff49e4a
commit
cf050d90e0
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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=2g --cpus=2'
|
||||
--memory=1g --cpus=2'
|
||||
reuseNode true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user