HBASE-12405 addendum fix HRegion heap size
This commit is contained in:
parent
9b53a1c214
commit
105f9b3282
|
@ -7314,7 +7314,7 @@ public class HRegion implements HeapSize, PropagatingConfigurationObserver { //
|
|||
ClassSize.OBJECT +
|
||||
ClassSize.ARRAY +
|
||||
45 * ClassSize.REFERENCE + 2 * Bytes.SIZEOF_INT +
|
||||
(13 * Bytes.SIZEOF_LONG) +
|
||||
(14 * Bytes.SIZEOF_LONG) +
|
||||
5 * Bytes.SIZEOF_BOOLEAN);
|
||||
|
||||
// woefully out of date - currently missing:
|
||||
|
|
Loading…
Reference in New Issue