top | item 21297551

(no title)

xurias | 6 years ago

RSS is really common terminology for the topic (memory allocation). You couldn't Google for 'RSS memory'? I don't agree that every article should cater to a layperson who has zero domain knowledge.

discuss

order

saagarjha|6 years ago

I did in fact search for "RSS memory" and found what I was looking for, but I personally thought it was unclear from context what it was as RSS itself has a very strong association with another acronym (full disclosure: at the beginning of the article I though "consuming 128 MB of RSS" meant that this was an RSS parser that leaked memory) and I was more familiar with the term as a process's "working set size" rather than "resident set size".

rvz|6 years ago

Well unless you are not working on a kernel / libc / compiler component, I'm sure that the closest thing to encountering 'RSS Memory' (meaning Residential Set Size which is the memory of a processes that resides in physical RAM but not in swap memory), would be to open up 'top' or 'htop' in the terminal to see that figure.

But no, this isn't an everyday term by average users, but I would expect at least software engineers to be familiar with the term.

ramchip|6 years ago

I don’t think it’s a common abbreviation for Windows developers. Process Explorer calls that “working set” instead.

johannkokos|6 years ago

Linux users's first encounter with `ps` command usually leads to stackoverflow's question on RSS.