szcom commented on code in PR #18280: URL: https://github.com/apache/kafka/pull/18280#discussion_r1893913467
########## docs/streams/developer-guide/memory-mgmt.html: ########## @@ -176,7 +177,7 @@ BlockBasedTableConfig tableConfig = (BlockBasedTableConfig) options.tableFormatConfig(); - // These three options in combination will limit the memory used by RocksDB to the size passed to the block cache (TOTAL_OFF_HEAP_MEMORY) + // These three options in combination will limit the memory used by RocksDB for cache, indexes, and write buffers to the size passed to (TOTAL_OFF_HEAP_MEMORY) Review Comment: updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org