From 4054ec5aa8d35a5a1998f316d3d6450a34cb811e Mon Sep 17 00:00:00 2001 From: PSeitz Date: Fri, 1 Mar 2024 05:55:33 +0100 Subject: [PATCH] add partial_request_cache_capacity to quickwit.yaml (#4661) --- config/quickwit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/quickwit.yaml b/config/quickwit.yaml index befb7e0c9d2..050e559a1b4 100644 --- a/config/quickwit.yaml +++ b/config/quickwit.yaml @@ -128,11 +128,12 @@ indexer: # max_queue_disk_usage: 4GiB # # -------------------------------- Searcher settings -------------------------------- -# +# # searcher: # fast_field_cache_capacity: 1G # split_footer_cache_capacity: 500M # max_num_concurrent_split_streams: 100 +# partial_request_cache_capacity: 64M # max_num_concurrent_split_searches: 100 # # -------------------------------- Jaeger settings --------------------------------