You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by GitBox <gi...@apache.org> on 2019/06/26 05:53:03 UTC

[GitHub] [hbase] saintstack commented on a change in pull request #334: HBASE-20060 Add details of off heap memstore into book.

saintstack commented on a change in pull request #334: HBASE-20060 Add details of off heap memstore into book.
URL: https://github.com/apache/hbase/pull/334#discussion_r297492396
 
 

 ##########
 File path: hbase-common/src/main/resources/hbase-default.xml
 ##########
 @@ -696,7 +696,30 @@ possible configurations would overwhelm and obscure the important.
       Enables the MemStore-Local Allocation Buffer,
       a feature which works to prevent heap fragmentation under
       heavy write loads. This can reduce the frequency of stop-the-world
-      GC pauses on large heaps.</description>
+      GC pauses on large heaps.
+    </description>
+  </property>
+  <property>
+    <name>hbase.hregion.memstore.mslab.chunksize</name>
+    <value>2097152</value>
+    <description>The maximum size of a chunk in the MemStoreLAB.</description>
 
 Review comment:
   This is bytes?

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


With regards,
Apache Git Services