-
Enhancement
-
Resolution: Fixed
-
P4
-
11, 13
-
b16
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8226684 | 11.0.5 | Ralf Schmelter | P4 | Resolved | Fixed | b01 |
In contrast to e.g. Linux or AIX, we don't include information about swap space usage (total and free) in the print_memory_info() function on MacOS.
The new output looks like:
Memory: 4k page, physical 16777216k, 65536k free, swap 8388608k, 32768k free
You can get it via the jcmd VM.info command (plus a lot of other information) and in a hs_err* file.
The new output looks like:
Memory: 4k page, physical 16777216k, 65536k free, swap 8388608k, 32768k free
You can get it via the jcmd VM.info command (plus a lot of other information) and in a hs_err* file.
- backported by
-
JDK-8226684 Add information about swap space to print_memory_info() on MacOS
-
- Resolved
-