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:
[email protected]
With regards,
Apache Git Services