Update Exporter CPU and Memory Limits
Warning
SingleStore 9.0 gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 8.9 is recommended for production workloads, which can later be upgraded to SingleStore 9.0.
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