Skip to content

Commit d088b25

Browse files
committed
We want a memory limit low enough for people to bump into it
as soon as they apply any non-testing load, but still high enough to support for example this repo's eventrouter + tests.
1 parent 6e81906 commit d088b25

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

kafka/50kafka.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,12 @@ spec:
6161
resources:
6262
requests:
6363
cpu: 100m
64-
memory: 512Mi
64+
memory: 100Mi
65+
limits:
66+
# This limit was intentionally set low as a reminder that
67+
# the entire Yolean/kubernetes-kafka is meant to be tweaked
68+
# before you run production workloads
69+
memory: 600Mi
6570
readinessProbe:
6671
tcpSocket:
6772
port: 9092

0 commit comments

Comments
 (0)