Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 2
    stackoverflow.com/questions/774556/… Commented Jul 7, 2017 at 4:49
  • 2
    Also related, if not a duplicate: unix.stackexchange.com/q/164653/85039 Commented Jul 7, 2017 at 8:33
  • Why exactly do you ask? Why do you care more about physical RAM than about virtual address space consumed by your python process? Commented Jul 8, 2017 at 6:34
  • @BasileStarynkevitch There's nothing in the question that indicates that the user only wants to know about physical RAM. Commented Jul 8, 2017 at 7:18
  • 1
    RAM is only physical. It is a concrete device. Virtual memory (or just memory) is an abstraction. There is no such thing as "non-physical" RAM, and we generally don't care about RAM, we care about (virtual) memory. OP could have asked "how much memory was used" Commented Jul 8, 2017 at 7:21