Re: swap size for 2gb 2 processors?




Jean-David Beyer wrote:
ray wrote:
On Thu, 21 Dec 2006 04:58:21 -0900, Floyd L. Davidson wrote:

Current versions of UNIX and AFAIK all versions of Linux do not swap at all;
they page; i.e., they write out the least recently used pages in an attempt
to keep just the working set in memory.

They do actually swap -- or at least in the sense that a process
may be *completly* paged-out (have no pages in memory).

If you look at the output from 'top' (and with 'ps -Af'), you may see
some process-names surrounded by a pair of [...]

=> root 20778 5 0 Dec20 ? 00:00:00 [pdflush]

Such processes are *copmpletly* paged out to disk, and currently
have no piece of them in RAM.

-Koppe

.



Relevant Pages

  • Re: Xp related to RAM?
    ... monitoring what gets written in the pagefile has hardly any indication ... of the amount of memory that's being used, ... when a working set is increased, ... in addition, if there is enough RAM, when there is a pagefault, the ...
    (microsoft.public.windowsxp.general)
  • Re: Still confused why working set larger than virtual memory
    ... With the SysInternals Process Explorer the column is called Working Set. ... What you removed is exactly the "smart trick" to have memory "accessible", ... as you map views you never unmap. ... I attach my test source which I used for my file mapping measurements. ...
    (microsoft.public.vc.language)
  • Re: Binary data in multiple adjacent files
    ... Mapping it doesn't eat any working set except, possibly, for the ... It's not faulted into physical memory. ... You also get a whole "page fault cluster" faulted in. ... grid sections immediately north, south, northeast, northwest, southeast ...
    (comp.os.vms)
  • Re: Still confused why working set larger than virtual memory
    ... The next time I map the same part of the file, it still contains the same data I filled it before, demonstrating it resided somewhere (I also explained why I am sure they resided in the physical memory, not in the page file). ... This also exactly what Alexander Nickolov is talking about: even when you unmap your file views, the pages still may reside in the memory and may be a part of the working set. ... I am not freeing the memory, I am only unmapping its virtual addresses. ...
    (microsoft.public.vc.language)
  • Re: Xp related to RAM?
    ... working sets increase, paged pool increases, standby paged pool ... etc. with additional 128 over 512...dll's can stay in memory ... working set, the os will simply increase the working set without ... > indicate RAM ...
    (microsoft.public.windowsxp.general)