Skip to content

Commit 97aa4f0

Browse files
auto-docs: Update Helm spec
1 parent 6c797b1 commit 97aa4f0

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

modules/reference/pages/k-redpanda-helm-spec.adoc

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
:description: Find the default values and descriptions of settings in the Redpanda Helm chart.
44

5-
image:https://img.shields.io/badge/Version-5.9.13-informational?style=flat-square[Version:
6-
5.9.13]
5+
image:https://img.shields.io/badge/Version-5.9.14-informational?style=flat-square[Version:
6+
5.9.14]
77
image:https://img.shields.io/badge/Type-application-informational?style=flat-square[Type:
88
application]
99
image:https://img.shields.io/badge/AppVersion-v24.2.7-informational?style=flat-square[AppVersion:
@@ -791,8 +791,7 @@ resources documentation].
791791
Redpanda makes use of a thread per core model. For details, see this
792792
https://redpanda.com/blog/tpc-buffers[blog]. For this reason, Redpanda
793793
should only be given full cores. Note: You can increase cores, but
794-
decreasing cores is not currently supported. See the
795-
https://github.com/redpanda-data/redpanda/issues/350[GitHub issue]. This
794+
decreasing cores is supported only from 24.3 Redpanda version. This
796795
setting is equivalent to `--smp`, `resources.requests.cpu`, and
797796
`resources.limits.cpu`. For production, use `4` or greater. To maximize
798797
efficiency, use the `static` CPU manager policy by specifying an even
@@ -820,14 +819,14 @@ Enables memory locking. For production, set to `true`.
820819
enable_memory_locking: false It is recommended to have at least 2Gi of
821820
memory per core for the Redpanda binary. This memory is taken from the
822821
total memory given to each container. The Helm chart allocates 80% of
823-
the container’s memory to Redpanda, leaving the rest for the Seastar
824-
subsystem (reserveMemory) and other container processes. So at least
825-
2.5Gi per core is recommended in order to ensure Redpanda has a full
826-
2Gi. These values affect `--memory` and `--reserve-memory` flags passed
827-
to Redpanda and the memory requests/limits in the StatefulSet. Valid
828-
suffixes: k, M, G, T, P, Ki, Mi, Gi, Ti, Pi To create `Guaranteed` Pod
829-
QoS for Redpanda brokers, provide both container max and min values for
830-
the container. For details, see
822+
the container’s memory to Redpanda, leaving the rest for other container
823+
processes. So at least 2.5Gi per core is recommended in order to ensure
824+
Redpanda has a full 2Gi. These values affect `--memory` and
825+
`--reserve-memory` flags passed to Redpanda and the memory
826+
requests/limits in the StatefulSet. Valid suffixes: k, M, G, T, P, Ki,
827+
Mi, Gi, Ti, Pi To create `Guaranteed` Pod QoS for Redpanda brokers,
828+
provide both container max and min values for the container. For
829+
details, see
831830
https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed
832831
* Every container in the Pod must have a memory limit and a memory
833832
request. * For every container in the Pod, the memory limit must equal

0 commit comments

Comments
 (0)