copr-be: minimize preallocated workers
x86_64: 30 -> 18 aarch64: 10 -> 6
This commit is contained in:
parent
9b0bddf050
commit
3cc8e568ec
1 changed files with 3 additions and 3 deletions
|
@ -26,6 +26,6 @@ nm_controlled_resolv: True
|
|||
builders:
|
||||
# max|max_spawn|max_prealloc
|
||||
aws:
|
||||
x86_64: [100,13,25]
|
||||
armhfp: [20,5,5]
|
||||
aarch64: [20,10,10]
|
||||
x86_64: [100,15,15]
|
||||
armhfp: [20,3,3]
|
||||
aarch64: [20,6,6]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue