We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64749ed + 829e9ed commit 778ab22Copy full SHA for 778ab22
components/openstack/memcached-values.yaml
@@ -6,3 +6,15 @@ commonAnnotations:
6
7
metrics:
8
enabled: true
9
+
10
+# (nicholas.kuechler) The default memcached presents are 'nano' size which
11
+# are a bit too small for OpenStack usage and generates 'CPUThrottlingHigh'
12
+# alerts for memcached.
13
+# https://github.com/bitnami/charts/blob/main/bitnami/memcached/values.yaml#L218-L234
14
+resources:
15
+ requests:
16
+ cpu: 500m
17
+ memory: 1024Mi
18
+ limits:
19
+ cpu: 750m
20
+ memory: 1536Mi
0 commit comments