Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-8215

Limit memory usage of RocksDB

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.3.0
    • streams
    • None

    Description

      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. 

       

      Attachments

        Activity

          People

            ableegoldman A. Sophie Blee-Goldman
            ableegoldman A. Sophie Blee-Goldman
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: