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

Set system property for experimental memory-limit based heap settings #324

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

andybradshaw
Copy link
Contributor

Before this PR

Currently, we set a blanket RAM percentage of 75% irrespective of the actual memory limits of the execution environment or the non-heap demands we might have. We'd like to adjust this moving forward, but need to do so in a conservative fashion to limit any production impact. This PR adds a system property which we can use to emit metrics and gather data on what a reasonable "heap scaling" function should look like.

After this PR

==COMMIT_MSG==
Set system property for experimental memory-limit based heap settings. Enabling this will allow gathering data on real workloads without any behavioral changes.
==COMMIT_MSG==

Possible downsides?

@changelog-app
Copy link

changelog-app bot commented Apr 5, 2023

Generate changelog in changelog/@unreleased

Type

  • Feature
  • Improvement
  • Fix
  • Break
  • Deprecation
  • Manual task
  • Migration

Description

Set system property for experimental memory-limit based heap settings. Enabling this will allow gathering data on real workloads without any behavioral changes.

Check the box to generate changelog(s)

  • Generate changelog entry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants