Hi,
I ran my application on AWS machine having 32GB ram. This application is
written in Java using Kafka-Streaming low level api. When I ran it for 72
hours or more and load (messages) are keep on pumping to kafka-topic then
entire memory i.e. 32 GB of aws machine gets exhausted. While I ran my java
application with -xms4gb and -xmx12gb. As per Kafka-Streaming memory
management,  RocksDB uses off-heap space which might be causing this issue.
Can you please help me to resolve this problem.

Regards,
Deepak

Reply via email to