From ac3fe5df7337663ac7a05369945d15980862ff16 Mon Sep 17 00:00:00 2001 From: AviKav Date: Thu, 9 Jul 2020 01:00:11 -0400 Subject: [PATCH] Update settings.sample.json --- settings.sample.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.sample.json b/settings.sample.json index 9eb00d6..219aa09 100755 --- a/settings.sample.json +++ b/settings.sample.json @@ -15,7 +15,7 @@ "ui_port": 8080 }, "experimential": { - "max_buffer_size_for_cache_hit": 0 // Size is n * 8kiB. ~8Kib is the JDK default. + "max_buffer_size_for_cache_hit": 0 // Size is n * 8kiB. 0 uses the JDK default (which is likely 8kiB). // May improve diskIO at the cost of memory pressue. Testing needed } }