0
respostas

java.lang.OutOfMemoryError: Map failed ao iniciar Kafka

Ao tentar subir o kafka após o zookeeper estar rodando, estou me deparando com erro java.lang.OutOfMemoryError: Map failed

Tanto iniciando assim

./bin/kafka-server-start.sh config/server.properties

Como assim (Estou no windows)

./bin/windows/kafka-server-start.bat config/server.properties

Já fiz os ajustes de memória no arquivo kafka-server-start, porém, quando coloco 2G por exemplo, aparece a mensagem:

./bin/kafka-server-start.sh config/server.properties Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap

Podem me ajudar por favor?

Obrigado.