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

Switched implementation of MpEnvironmentVariablesSource to use an LRU cache #8768

Merged
merged 2 commits into from
May 20, 2024

Commits on May 16, 2024

  1. Avoids caching misses, as these may grow the internal cache and resul…

    …t in an OOM exception. See issue 8767.
    
    Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c4b93dc View commit details
    Browse the repository at this point in the history
  2. Switched implementation to use an LRU cache to limit the capacity but…

    … still cache the missed lookups. See issue 8767.
    
    Signed-off-by: Santiago Pericas-Geertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed May 16, 2024
    Configuration menu
    Copy the full SHA
    e047f47 View commit details
    Browse the repository at this point in the history