From 53b2cb53b5b4d75abcc26862bf4f7d66b6cfeb1e Mon Sep 17 00:00:00 2001 From: Staffan Olsson Date: Wed, 28 Jun 2017 16:15:35 +0200 Subject: Limiting metrics' JVM to match resource limits. Still getting OOMKilled though, but maybe half as often. --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 960de58..25ecff2 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,4 @@ kubectl exec -c broker kafka-0 -- /bin/sh -c 'apk add --no-cache curl && curl ht kubectl logs -c metrics zoo-0 kubectl exec -c zookeeper zoo-0 -- /bin/sh -c 'apk add --no-cache curl && curl http://localhost:5556/metrics' ``` +Metrics containers can't be used for the curl because they're too short on memory. -- cgit v1.2.3