Lower koschei cache capacity to reduce disk usage

This commit is contained in:
Michael Simacek 2017-07-03 10:15:35 +02:00
parent 9ebf0616aa
commit c626ee2f10

View file

@ -43,7 +43,7 @@ config = {
"resolver_queue_size": 100,
"dependency_fetch_chunk_size": 150,
"dependency_cache_capacity": 50000,
"cache_l2_capacity": 70,
"cache_l2_capacity": 50,
"ignore_weak_deps": True,
},
"services": {