From 9116b4b6a19e18c926d218b325dfa6ddd4e04f41 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Mon, 13 May 2013 16:24:33 +0200 Subject: Print process memory usage info in crash dump --- erts/doc/src/crash_dump.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'erts/doc/src/crash_dump.xml') 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 @@ Stack+heap, OldHeap, Heap unused and OldHeap unused do not exist. Instead this field presents the size of the process' stack. + Memory + The total memory used by this process. This includes call stack, + heap and internal structures. Same as erlang:process_info(Pid,memory). + Program counter The current instruction pointer. This is only interesting for runtime system developers. The function into which the program -- cgit v1.2.3