1

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?

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
idan ahal
  • 707
  • 8
  • 21

1 Answers1

1

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

idan ahal
  • 707
  • 8
  • 21