set Jenkins worker to 6 GB RAM and 3 CPUS
This commit is contained in:
parent
480eabf506
commit
e4bbe9cbb0
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=4g --cpus=3'
|
||||
--memory=6g --cpus=3'
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user