Important
The SingleStore 9.1 release candidate (RC) gives you the opportunity to preview, evaluate, and provide feedback on new and upcoming features prior to their general availability. In the interim, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 9.1.
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
aggregatorSpecsection, revise thecpuand/or thememoryMBvalues under theexporterConfigsection -
In the
leafSpecsection, revise thecpuand/or thememoryMBvalues under theexporterConfigsection
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