Skip to content

Commit

Permalink
Increase index_searcher thread count to 2x processor (opensearch-proj…
Browse files Browse the repository at this point in the history
…ect#12196)

Signed-off-by: Jay Deng <jayd0104@gmail.com>
  • Loading branch information
jed326 authored and Jay Deng committed Feb 7, 2024
1 parent 1cc61a4 commit e3fe7f3
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 e3fe7f3

Please sign in to comment.