Koschei: configure parameters for upcoming paraller resolver
This commit is contained in:
parent
d363f69d10
commit
e293238378
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ config = {
|
|||
"local": False,
|
||||
"arches": ['x86_64', 'i386'],
|
||||
"remote_repo": "http://{{ koschei_kojipkgs }}/repos/{{ koschei_koji_tag }}-build/{repo_id}/{arch}",
|
||||
# For upcoming paraller resolver
|
||||
"cache_l1_capacity": 8,
|
||||
"cache_l2_capacity": 128,
|
||||
"cache_l1_threads": 6,
|
||||
"cache_l2_threads": 2,
|
||||
"cache_threads_max": 8,
|
||||
},
|
||||
"services": {
|
||||
"watcher": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue