Skip to content

Commit 829e9ed

Browse files
fix: Increase resources for memcached due to hitting CPUThrottlingHigh alerts
1 parent 64749ed commit 829e9ed

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

components/openstack/memcached-values.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,15 @@ commonAnnotations:
66

77
metrics:
88
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

Comments
 (0)