Skip to content

Commit 4481b4d

Browse files
committed
Applies the limit to persistent zookeeper pods too. They seem more prone to restarts than 51zoo.
1 parent d6b870c commit 4481b4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

zookeeper/50pzoo.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ spec:
2121
image: solsson/kafka-prometheus-jmx-exporter@sha256:1f7c96c287a2dbec1d909cd8f96c0656310239b55a9a90d7fd12c81f384f1f7d
2222
command:
2323
- java
24+
- -Xms39M
25+
- -Xmx99M
2426
- -jar
2527
- jmx_prometheus_httpserver.jar
2628
- "5556"

0 commit comments

Comments
 (0)