You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@bookkeeper.apache.org by GitBox <gi...@apache.org> on 2021/05/07 20:13:56 UTC

[GitHub] [bookkeeper] hsaputra commented on a change in pull request #2710: Impose a memory limit on the bookie journal

hsaputra commented on a change in pull request #2710:
URL: https://github.com/apache/bookkeeper/pull/2710#discussion_r628484718



##########
File path: conf/bk_server.conf
##########
@@ -358,6 +358,11 @@ journalDirectories=/tmp/bk-txn
 # Set the size of the journal queue.
 # journalQueueSize=10000
 
+# Set the max amount of memory that can be used by the journal.
+# If empty, this will be set to use 5% of available direct memory
+# Setting it to 0, it will disable the max memory control for the journal.
+# journalMaxMemorySizeMb=

Review comment:
       So looks like this will be additional limit to t he max Journal Q size?




-- 
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org