On Sat, Jun 25, 2011 at 5:59 PM, Dhruba Borthakur <[email protected]> wrote:
> Going forward, it might make sense to enable this option by default.
>

Yes.  Its on by default in trunk Dhruba:

  <property>
    <name>hbase.hregion.memstore.mslab.enabled</name>
    <value>true</value>
    <description>
      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>
  </property>

St.Ack

Reply via email to