hangc0276 commented on code in PR #16641: URL: https://github.com/apache/pulsar/pull/16641#discussion_r925254911
########## site2/docs/reference-configuration.md: ########## @@ -125,6 +125,7 @@ BookKeeper is a replicated log storage system that Pulsar uses for durable stora |dbStorage_rocksDB_numLevels||-1| |dbStorage_rocksDB_numFilesInLevel0||4| |dbStorage_rocksDB_maxSizeInLevel1MB||256| +|skipListSizeLimit|Heap memory limitation of `EntryMemTable`, The `EntryMemTable` holds in-memory representation to the entries not-yet flushed. When asked to flush, current EntrySkipList is moved to snapshot and is cleared.|64MB| Review Comment: This configuration is for `sortedLedgerStroage`, it won't work for `dbLedgerStorage`. However, Pulsar uses dbLedgerStorage by default, and we are not recommended users to use `sortedLedgerStorage` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
