Allow 2 cores per runner job for concurrency
Allowing 2 clear cores runs fewer jobs, but should run them a lot faster
This commit is contained in:
parent
306d2368c1
commit
1c14c10b74
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
concurrent = {{ ansible_processor_nproc }}
|
concurrent = {{ ansible_processor_nproc // 2 }}
|
||||||
log_level = "warning"
|
log_level = "warning"
|
||||||
check_interval = 10
|
check_interval = 10
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue