aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/crash_dump.xml
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2013-05-13 16:24:33 +0200
committerLukas Larsson <[email protected]>2013-05-13 16:45:41 +0200
commit9116b4b6a19e18c926d218b325dfa6ddd4e04f41 (patch)
tree26207a5a35f69a78dc281f2eed863cb477423dc3 /erts/doc/src/crash_dump.xml
parent89939207898fc68a2ee0c080e603aa65fb866b25 (diff)
downloadotp-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.xml4
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