Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2688ff5bc8ea3ae

Jump to content

Resident set size

From Wikipedia, the free encyclopedia

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.[1]

See also

[edit]

References

[edit]
  1. "Understanding Resident Set Size and the RSS problem on modern Unixes". utcc.utoronto.ca. February 3, 2012. Retrieved January 22, 2015.
[edit]