Skip to content

Missed documentation update on default search thread pool size reduction #12308

@ppf2

Description

@ppf2

We made the change here: #9165

But the doc still says 3x # of processors: https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-threadpool.html?q=thread
Instead of the new default: (availableProcessors * 3) / 2) + 1 (then round down)

Metadata

Metadata

Assignees

No one assigned

    Labels

    >docsGeneral docs changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions