Disable the BoundedByteBufferPool
HBase uses a BoundedByteBufferPool
to avoid fragmenting the heap.
You can disable BoundedByteBufferPool
using Cloudera Manager.
The G1 garbage collector reduces the need to avoid fragmenting the heap in some
cases. If you use the G1 garbage collector, you can disable the
BoundedByteBufferPool
in HBase. This can reduce the number of
"old generation" items that need to be collected. This configuration is
experimental.