-1

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

AakashM
  • 62,551
  • 17
  • 151
  • 186
user973430
  • 43
  • 5

1 Answers1

1

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.

Mark Byers
  • 811,555
  • 193
  • 1,581
  • 1,452