Messages in this thread |  | | | From | "David Schwartz" <> | | Subject | RE: size of swapped-out part of the process | | Date | Mon, 17 Nov 2008 17:33:27 -0800 |
| |
> On 11/17/08, Hugh Dickins <hugh@veritas.com> wrote:
> Can you possibly explain what types of pages create "VSZ>>RSZ" > effect in total absence of swapping and plenty of free memory ?
Rarely-used functions like 'malloc' and 'mmap' enlarge the virtual memory size but (often) have no effect on the resident set size.
DS
|  |