Graylog2 / Graylog2/graylog-helm
Data Node Heap Size Warning
Open
to-verify
- Dominant language
- Go Template
- Stars
- 12
- Forks
- 3
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 13
Description
The following warning shows up after installing the chart with default values on a single-node k8s cluster with 23 GiB of RAM available:
It appears this heap size check is performed against the resources from the underlying machine, instead of the ones specified for each pod as `limits`. For example, in this case it should check against the 5 GiB default limit for each DN pod (and presumably the warning would not show up at all then).
Contributor guide
Assessment
This issue has not been assessed yet.