Decrease Koschei's cache_l1_capacity to reduce memory usage

This commit is contained in:
Mikolaj Izdebski
2016-05-15 16:31:27 +00:00
parent 9755c4fb3f
commit 899940ffbf

View File

@@ -40,7 +40,7 @@ config = {
"persist_chunk_size": 300,
"resolver_queue_size": 100,
"dependency_fetch_chunk_size": 150,
"cache_l1_capacity": 4,
"cache_l1_capacity": 3,
"cache_l2_capacity": 128,
"cache_l1_threads": 3,
"cache_l2_threads": 1,