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

Allow total memory to be overridden #78750

Merged
merged 31 commits into from
Oct 16, 2021

Commits on Oct 6, 2021

  1. Allow total memory to be overridden

    Since elastic#65905 Elasticsearch has determined the Java heap settings
    from node roles and total system memory.
    
    This change allows the total system memory used in that calculation
    to be overridden with a user-specified value. This is intended to
    be used when Elasticsearch is running on a machine where some other
    software that consumes a non-negligible amount of memory is running.
    For example, a user could tell Elasticsearch to assume it was
    running on a machine with 3GB of RAM when actually it was running
    on a machine with 4GB of RAM.
    
    The system property is `es.total_memory_bytes`, so, for example,
    could be specified using `-Des.total_memory_bytes=3221225472`.
    (It is specified in bytes rather than using a unit, because it
    needs to be parsed by startup code that does not have access to
    the utility classes that interpret byte size units.)
    droberts195 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    cd22163 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    droberts195 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    0f1dd57 View commit details
    Browse the repository at this point in the history
  3. Fix test

    droberts195 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    26c5579 View commit details
    Browse the repository at this point in the history
  4. Fix more tests

    droberts195 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    431c8bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d09701 View commit details
    Browse the repository at this point in the history
  6. Adding packaging test

    droberts195 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    6acad57 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f27a97 View commit details
    Browse the repository at this point in the history
  8. Fix changelog

    droberts195 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    824019a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    898fec6 View commit details
    Browse the repository at this point in the history
  10. Fix test

    droberts195 committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    82c7937 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d1d58e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Configuration menu
    Copy the full SHA
    017263b View commit details
    Browse the repository at this point in the history
  2. Add missing word

    droberts195 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    2a74474 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36410d2 View commit details
    Browse the repository at this point in the history
  4. Adjust comment

    droberts195 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    a4bc21a View commit details
    Browse the repository at this point in the history
  5. Adding a packaging test

    droberts195 committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    795f155 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42a000a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    3c1eabd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8df4836 View commit details
    Browse the repository at this point in the history
  3. Fix test

    droberts195 committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    b4c646c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    4e7b3c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    449cf2a View commit details
    Browse the repository at this point in the history
  3. Fixing tests

    droberts195 committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    ee59b9f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f71542 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. Configuration menu
    Copy the full SHA
    7dcd8ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be14364 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8741c98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9731c2d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71f7a2a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1cd19bf View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

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