Feature #35133
Remove VM overcommit hook
Difficulty:
Triaged:
No
Description
Memory is being configured for the JVM directly now and this check is should no longer be needed:
Related issues
Associated revisions
History
#1
Updated by The Foreman Bot 9 months ago
- Assignee set to Eric Helms
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-installer/pull/790 added
#2
Updated by Eric Helms 9 months ago
- Blocks Feature #35149: Remove `--disable-system-checks` option added
#3
Updated by The Foreman Bot 9 months ago
- Pull request https://github.com/theforeman/foreman-installer/pull/791 added
#4
Updated by The Foreman Bot 9 months ago
- Fixed in Releases 3.4.0 added
#5
Updated by Eric Helms 9 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset installer|7be3189035b7dbc6ce578338ad81adc8d1fa103a.
Fixes #35133: Drop VM overcommit check
This check was originally introduced prior to having controls
set to establish memory usage among the java applications in the stack,
namely Candlepin at the time. As we now by default set Xmx this
check should no longer be needed.