You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Sophie Blee-Goldman (JIRA)" <ji...@apache.org> on 2019/04/11 01:15:01 UTC

[jira] [Created] (KAFKA-8215) Limit memory usage of RocksDB

Sophie Blee-Goldman created KAFKA-8215:
------------------------------------------

             Summary: Limit memory usage of RocksDB
                 Key: KAFKA-8215
                 URL: https://issues.apache.org/jira/browse/KAFKA-8215
             Project: Kafka
          Issue Type: Improvement
          Components: streams
            Reporter: Sophie Blee-Goldman


The memory usage of Streams is currently unbounded in part because of RocksDB, which consumes memory on a per-instance basis. Each instance (ie each persistent state store) will have its own write buffer, index blocks, and block cache. The size of these can be configured individually, but there is currently no way for a Streams app to limit the total memory available across instances. 

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)