Important
Self-managed SingleStore will soon transition from version 9.1 RC to version 10. This new semantic versioning scheme will provide SingleStore with finer control over engine and feature releases that were not possible with the current versioning scheme.
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 prior to its general availability. Ahead of this transition, SingleStore 9.0 is recommended for production workloads, which can later be upgraded to SingleStore 10.
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: