You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Linux Experts Group - LEG
Hi All,
I have a basic doubt about a process memory consumption.
For a particular process when I do top -p (pid) I get the RSS size of
the process, which is nothing but the memory consumption of the
process.
Now when I do cat /proc/pid/statm
whose memory output never matches with the RSS size.What is the memory
returned by the statm file ?