Does that 182 resident pages mean that the process being displayed is
referencing that many pages itself, or does that represent how many

to THIS process.

Long time ago when i asked about multiple programs mapping same large files - i learned that pagetables are always per process.

When you run your process then you get pagefault for every page (page group) you reference first. Just no disk I/O when such page is already in memory because other process already needed it.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to