Can top output show more than 100% in %MEM against a process?

226 Views Asked by At

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

1

There are 1 best solutions below

1
On BEST ANSWER

Yes, because the value shown is the percentage of physical memory excluding swap, but a program can use more than this if it also uses swap.