idan ahal
idan ahal

Reputation: 913

kafka, confluent - 'broker' exited with 137 exit code when running with docker

I'm trying to use confluent for the first time and after less than a minute the 'broker' process exits with code 137.

How can I fix that?

Upvotes: 1

Views: 550

Answers (1)

idan ahal
idan ahal

Reputation: 913

The default Docker memory is 2GB. Confluent needs at least 8 GB to operate properly.

Change this in the Docker settings.

Confluent documentation. See docker - section 2

Upvotes: 1

Related Questions