diff options
author | Lukas Larsson <[email protected]> | 2013-05-13 16:24:33 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2013-05-13 16:45:41 +0200 |
commit | 9116b4b6a19e18c926d218b325dfa6ddd4e04f41 (patch) | |
tree | 26207a5a35f69a78dc281f2eed863cb477423dc3 /erts/doc/src/crash_dump.xml | |
parent | 89939207898fc68a2ee0c080e603aa65fb866b25 (diff) | |
download | otp-9116b4b6a19e18c926d218b325dfa6ddd4e04f41.tar.gz otp-9116b4b6a19e18c926d218b325dfa6ddd4e04f41.tar.bz2 otp-9116b4b6a19e18c926d218b325dfa6ddd4e04f41.zip |
Print process memory usage info in crash dump
Diffstat (limited to 'erts/doc/src/crash_dump.xml')
-rw-r--r-- | erts/doc/src/crash_dump.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/erts/doc/src/crash_dump.xml b/erts/doc/src/crash_dump.xml index b3c4671c3d..73212e6143 100644 --- a/erts/doc/src/crash_dump.xml +++ b/erts/doc/src/crash_dump.xml @@ -290,6 +290,10 @@ <em>Stack+heap</em>, <em>OldHeap</em>, <em>Heap unused</em> and <em>OldHeap unused</em> do not exist. Instead this field presents the size of the process' stack.</item> + <tag><em>Memory</em></tag> + <item>The total memory used by this process. This includes call stack, + heap and internal structures. Same as <seealso marker="erlang#process_info-2">erlang:process_info(Pid,memory)</seealso>. + </item> <tag><em>Program counter</em></tag> <item>The current instruction pointer. This is only interesting for runtime system developers. The function into which the program |