|
2 | 2 |
|
3 | 3 | :description: Find the default values and descriptions of settings in the Redpanda Helm chart. |
4 | 4 |
|
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] |
7 | 7 | image:https://img.shields.io/badge/Type-application-informational?style=flat-square[Type: |
8 | 8 | application] |
9 | 9 | image:https://img.shields.io/badge/AppVersion-v24.2.7-informational?style=flat-square[AppVersion: |
@@ -791,8 +791,7 @@ resources documentation]. |
791 | 791 | Redpanda makes use of a thread per core model. For details, see this |
792 | 792 | https://redpanda.com/blog/tpc-buffers[blog]. For this reason, Redpanda |
793 | 793 | 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 |
796 | 795 | setting is equivalent to `--smp`, `resources.requests.cpu`, and |
797 | 796 | `resources.limits.cpu`. For production, use `4` or greater. To maximize |
798 | 797 | efficiency, use the `static` CPU manager policy by specifying an even |
@@ -820,14 +819,14 @@ Enables memory locking. For production, set to `true`. |
820 | 819 | enable_memory_locking: false It is recommended to have at least 2Gi of |
821 | 820 | memory per core for the Redpanda binary. This memory is taken from the |
822 | 821 | 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 |
831 | 830 | https://kubernetes.io/docs/tasks/configure-pod-container/quality-service-pod/#create-a-pod-that-gets-assigned-a-qos-class-of-guaranteed |
832 | 831 | * Every container in the Pod must have a memory limit and a memory |
833 | 832 | request. * For every container in the Pod, the memory limit must equal |
|
0 commit comments