Important
The SingleStore 9.1 release candidate (RC) is available now. It will be promoted to general availability (GA) soon and at that time it will be renamed to SingleStore 10.
In the interim, SingleStore 9.1 RC can be used to preview, evaluate, and provide feedback on the new and upcoming features in SingleStore 10, while SingleStore 9.0 is recommended for production workloads.
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: