Skip to content

Commit 60f7902

Browse files
authored
Merge pull request #1495 from Sreekala-Gopakumar/1486NativeMemInfo
Clarify Java Dump NATIVEMEMINFO section
2 parents 3f3b0a2 + 61f9136 commit 60f7902

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/dump_javadump.md

+2
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,8 @@ NULL
301301
This section does not record memory that is allocated by application or JNI code and is typically a little less than the
302302
value recorded by operating system tools.
303303

304+
:fontawesome-solid-pencil:{: .note aria-hidden="true"} **Note:** Different operating system tools record virtual memory, resident memory, or both. The memory usage reported by Java dumps in the NATIVEMEMINFO section is the virtual memory allocations rather than the resident memory usage.
305+
304306
### MEMINFO
305307

306308
This section relates to memory management, providing a breakdown of memory usage in the VM for the object heap,

0 commit comments

Comments
 (0)