Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.x][ML] Data frame analytics max_num_threads setting (#59254) #59308

Commits on Jul 9, 2020

  1. [7.x][ML] Data frame analytics max_num_threads setting (elastic#59254)

    This adds a setting to data frame analytics jobs called
    `max_number_threads`. The setting expects a positive integer.
    When used the user specifies the max number of threads that may
    be used by the analysis. Note that the actual number of threads
    used is limited by the number of processors on the node where
    the job is assigned. Also, the process may use a couple more threads
    for operational functionality that is not the analysis itself.
    
    This setting may also be updated for a stopped job.
    
    More threads may reduce the time it takes to complete the job at the cost
    of using more CPU.
    
    Backport of elastic#59254 and elastic#57274
    dimitris-athanasiou committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    bb9f0dd View commit details
    Browse the repository at this point in the history