Update Exporter CPU and Memory Limits
The SingleStore exporter container collects health and performance data about a running cluster.
-
For the CPU, a value of
1.
means one CPU.0 This value may also be fractional, such as 0.
(25%) of a CPU.25 -
For memory, desired memory values must be specified in megabytes (MB).
SingleStore aggregator nodes and leaf nodes can be assigned CPU and memory values independently.spec
section of the sdb-cluster.
-
In the
aggregatorSpec
section, revise thecpu
and/or thememoryMB
values under theexporterConfig
section -
In the
leafSpec
section, revise thecpu
and/or thememoryMB
values under theexporterConfig
section
When completed, apply these changes to the cluster.
spec:...aggregatorSpec:...exporterConfig:cpu: 0.25 # 1.0 means one cpumemoryMB: 256leafSpec:...exporterConfig:cpu: 0.25 # 1.0 means one cpumemoryMB: 256
Last modified: September 7, 2022