commit | 60a4eb35f743a8ad9347e26d99f5ad21cf8105ba | [log] [tgz] |
---|---|---|
author | Craig Condit <ccondit@apache.org> | Fri Dec 13 13:53:14 2024 -0600 |
committer | Craig Condit <ccondit@apache.org> | Fri Dec 13 13:53:14 2024 -0600 |
tree | 2a0a3ee20b1e0b50e194c31247b6d14a5f94220a | |
parent | 9ef83174ba1869a7ea45361fe25b0efa26abb237 [diff] |
[YUNIKORN-3000] Add support for setting GOGC / GOMEMLIMIT in Helm chart (#185) Added helm variables to allow customizing GOGC / GOMEMLIMIT for YuniKorn components. GOGC is set to 100 (the default) for all services. GOMEMLIMIT is configured by default to 200MiB for the web and admission controller containers, and 1536MiB for the scheduler. This provides ample headroom to avoid encountering OOMKilled events in Kubernetes. Closes: #185
This project provides the instructions and tools needed to generate Apache YuniKorn release artifacts. Reference:
A simplified procedure:
branch-0.8
v0.8.0
The full procedure is documented in the release procedure.