Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow for use 60% of constrained/total system memory (#48614)
Remove the high watermark logic, because it doesn't really make sense, and allow for use of 60% of system memory before aggressive GC kicks in. Should fix #48473 (cherry picked from commit 500f561)
- Loading branch information
1237d41
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't this, at least as done here, overwrite any setting done by --heap-size-hint?