From 04cabc16f75e2fa796521352fab29662d7d9ce0f Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 2 Aug 2023 15:53:56 +0200 Subject: [PATCH] should help a bit (thanks timo and K900 :-) ) --- hosts/chmura/conduit.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/chmura/conduit.nix b/hosts/chmura/conduit.nix index cb0602c..a86d527 100644 --- a/hosts/chmura/conduit.nix +++ b/hosts/chmura/conduit.nix @@ -22,7 +22,7 @@ in { database_backend = "rocksdb"; port = 6167; max_request_size = 100000000; - rocksdb_max_open_files = 20; + conduit_cache_capacity_modifier = 4.0; }; };