From eb124f839d246334b9ed7317a1b8ba76ec6ef8de Mon Sep 17 00:00:00 2001 From: Mars Lan Date: Thu, 2 Apr 2020 07:00:46 -0700 Subject: [PATCH] Update debugging.md --- docs/debugging.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/debugging.md b/docs/debugging.md index 151f693361..6a822751f6 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -29,6 +29,10 @@ For `datahub-frontend`, you should see a log similar to this at the end of the i 09:20:22 [main] INFO play.core.server.AkkaHttpServer - Listening for HTTP on /0.0.0.0:9001 ``` +## My elasticsearch or broker container exited with error or was stuck forever + +Chances are you're not giving enough resource to docker. Please make sure to allocate at least 8GB of RAM + 2GB swap space. + ## How can I check if [MXE](what/mxe.md) Kafka topics are created? You can use a utility like [kafkacat](https://github.com/edenhill/kafkacat) to list all topics.