Skip to content

Commit

Permalink
Increase index_searcher thread count to 2x processor (#12196) (#12206)
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Deng <jayd0104@gmail.com>
  • Loading branch information
jed326 authored Feb 7, 2024
1 parent 84db713 commit cea41cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ public ThreadPool(
new AutoQueueAdjustingExecutorBuilder(
settings,
Names.INDEX_SEARCHER,
allocatedProcessors,
twiceAllocatedProcessors(allocatedProcessors),
1000,
1000,
1000,
Expand Down

0 comments on commit cea41cf

Please sign in to comment.