-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.2.9, 3.3.12
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Platforms 2016-10-10
The calculation of heap_usage_bytes is based on 32-bit values obtained from mallinfo which overflow above 4 GB, so it produces completely incorrect information in most cases.
The correct heap size is available in tcmalloc.generic.heap_size, which is a 64-bit value.