Increase Koschei cache_l2_capacity as there is more disk space available
This commit is contained in:
parent
c4f1901b43
commit
96839ff688
1 changed files with 1 additions and 2 deletions
|
@ -36,8 +36,7 @@ config = {
|
|||
"resolver_queue_size": 100,
|
||||
"dependency_fetch_chunk_size": 150,
|
||||
"dependency_cache_capacity": 50000,
|
||||
# FIXME increase cache_l2_capacity once there is more disk space available
|
||||
"cache_l2_capacity": 16,
|
||||
"cache_l2_capacity": 100,
|
||||
"ignore_weak_deps": True,
|
||||
},
|
||||
"services": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue