Resident set size

{{Short description|A computer process and data in RAM}}

{{Use mdy dates|date=January 2015}}

In computing, resident set size (RSS) is the portion of memory (measured in kilobytes) occupied by a process that is held in main memory (RAM). The rest of the occupied memory exists in the swap space or file system, either because some parts of the occupied memory were paged out, or because some parts of the executable were never loaded.{{cite web

| url = http://utcc.utoronto.ca/~cks/space/blog/unix/UnderstandingRSS

| title = Understanding Resident Set Size and the RSS problem on modern Unixes

| date = February 3, 2012 | accessdate = January 22, 2015

| website = utcc.utoronto.ca

}}

See also

  • {{annotated link|Proportional set size|Proportional set size (PSS)}}
  • {{annotated link|Unique set size|Unique set size (USS)}}
  • {{annotated link|Demand paging}}
  • {{annotated link|Virtual memory}}
  • {{annotated link|Working set}}
  • {{annotated link|Working set size}}

References

{{Reflist}}