Comment 2 for bug 885578

Revision history for this message
Eugene Pankov (john-pankov) wrote :

Please add output of following command (this is what we use to get total, used and free ram):

top -b | grep Mem | sed 's/[^0-9]/ /g' | awk '{print $1+$2+$3+$4+$5+$6, $1+$2+$3, $4+$5+$6}'