FAQ:How much memory is nuwa using?
Jump to navigation
Jump to search
Offline Documentation: [Offline Category] [FAQ] [Howto] [Reference] [Manual] |
Offline Documentation |
This article is part of the Offline Documentation |
Other pages... |
Offline Category |
See also... |
- View memory usage of process with PID
while true;do cat /proc/PID/status|grep VmSize;sleep 10;done
where PID is the process id. Sleep time can be set as desired. Alternativewhile true;do grep -E 'State|VmSize' /proc/PID/status |fmt;sleep 1;done
- View nuwa memory usage. (Taken from #836) There will be two 2-D histograms in memory.root showing memory usage
nuwa.py -A None -n 10000 -m "MemoryCheck -o memory.root" -m "FMCP11a.runMix"
Offline Software Documentation: [Offline Categories] [FAQ] [Offline Faq Category] |