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

ENH: Allow toggling madvise hugepage and fix default #15769

Merged
merged 5 commits into from
May 3, 2020

Commits on Mar 17, 2020

  1. ENH: Allow toggling madvise hugepage and fix default

    By default this disables madvise hugepage on kernels before 4.6, since
    we expect that these typically see large performance regressions when
    using hugepages due to slow defragementation code presumably fixed by:
    
    torvalds/linux@7cf91a9
    
    This adds support to set the behaviour at startup time through the
    ``NUMPY_MADVISE_HUGEPAGE`` environment variable.
    
    Fixes numpygh-15545
    seberg committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    2d6edb3 View commit details
    Browse the repository at this point in the history
  2. DOC: Note few global global options we currently have in refdocs

    These are options that are controlled typically through environment
    variable at startup or compile time.
    seberg committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    c12622b View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review by Ross

    Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>
    seberg and rossbar committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    950f8a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2020

  1. Configuration menu
    Copy the full SHA
    1400cea View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    3395802 View commit details
    Browse the repository at this point in the history