JDK 11 | JDK 17 | JDK 18 | JDK 19 |
---|---|---|---|
11.0.16Fixed | 17.0.4Fixed | 18.0.2Fixed | 19 b22Fixed |
Relates :
|
We use mallinfo/mallinfo2 to obtain information about the glibc used memory, but there is an error which causes it to be correct only for fine granular malloc allocations. glibc puts larger allocations in mmap-allocated areas, which were missing from the old calculation.
|