Reduce L2 cache capacity on Koschei to free some disk space
This commit is contained in:
parent
98b9e09b8b
commit
39329d7b94
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ config = {
|
|||
"resolver_queue_size": 100,
|
||||
"dependency_fetch_chunk_size": 150,
|
||||
"dependency_cache_capacity": 50000,
|
||||
"cache_l2_capacity": 50,
|
||||
"cache_l2_capacity": 42,
|
||||
"ignore_weak_deps": True,
|
||||
},
|
||||
"services": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue