Skip to content

Commit 3b8ac98

Browse files
committed
Quite minimal resource limits on the topic-admin script
now that we're running Java 11. Chosen based on trial and error: 80Mi got OOMKilled, 100m cpu took >twice the time to complete.
1 parent 7f992c3 commit 3b8ac98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

events-kube/topic-create.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ spec:
2121
- "12"
2222
- --replication-factor
2323
- "2"
24+
resources:
25+
limits:
26+
cpu: 200m
27+
memory: 100Mi
2428
restartPolicy: Never

0 commit comments

Comments
 (0)