Subject: Re: Clockhack details.
To: None <port-sparc@NetBSD.ORG>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: port-sparc
Date: 01/06/1996 07:55:38
> when i run netscape (2.0b3[...]), it "appears" to use ~70M of VM.
> but, there's quite a bit less than that usedswap + real memory.

This is exactly what I'd expect from a process that mmap()s in lots of
stuff read-only...like tons of shared libraries.  Such stuff occupies
VM, but it's paged from the file it's mmap()ed from, so it doesn't
occupy swap space.

					der Mouse

			    mouse@collatz.mcrcim.mcgill.edu