Bug #18146
katello does not set Xmx setting in tomcat.conf, leading to possible OOMs
Pull request:
Fixed in Releases:
Found in Releases:
Description
By default, the JVM will use up to 25% of total system memory for its heap space. Normally this is not an issue since candlepin stays below that amount, but there are situations where it can use quite a bit of memory.
Without the Xmx setting for JAVA_OPTS in tomcat.conf, the JVM does not know that it should cap its heap space usage for system stability purposes. Eventually, this will lead to OOMs.
Ideally, this can be something configurable via the installer, with a default of 6GB. Note that this is just a cap, it won't use 6GB on startup.
Associated revisions
History
#1
Updated by Justin Sherrill about 4 years ago
- Legacy Backlogs Release (now unused) set to 114
#2
Updated by The Foreman Bot about 3 years ago
- Assignee set to Chris Roberts
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/puppet-candlepin/pull/86 added
#3
Updated by The Foreman Bot about 3 years ago
- Pull request https://github.com/theforeman/puppet-candlepin/pull/86 added
#4
Updated by Chris Roberts about 3 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-candlepin|da68e6b351b03f8648bfc436f2d3fbd6069a15bd.
#5
Updated by Justin Sherrill about 3 years ago
- Legacy Backlogs Release (now unused) deleted (
114)
#6
Updated by Justin Sherrill about 3 years ago
- Legacy Backlogs Release (now unused) set to 329
Fixes #18146 - add mem/params to tomcat.conf