Can the %MEM value for a process show more than 100% in top output?Is this ever possible?

link|improve this question
feedback

1 Answer

No. The %MEM column represents physical memory usage, and normal processes cannot even reach 100%, since the kernel always occupies some part of it.

link|improve this answer
What if it is using some swap? Theoretically can it ever be more than 100%? – user973430 Sep 30 '11 at 19:53
1  
I did say physical memory. Swap doesn't count. (My test program only reached 85% after allocating 6 GB of memory on a 4 GB machine.) – grawity Sep 30 '11 at 20:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.