* GB Clark II <[EMAIL PROTECTED]> [011214 06:28] wrote:
> Hello,
> 
> I'm running PostgreSQL and it uses SysV shared mem for alot of its functions.
> 
> How can verify that the shared mem is wired and not pageable?
> 
> sysctl settings:
> kern.ipc.shmmax: 128004097
> kern.ipc.shmmin: 1
> kern.ipc.shmmni: 512
> kern.ipc.shmseg: 1024
> kern.ipc.shmall: 31251
> kern.ipc.shm_use_phys: 1 <- This wires the mem right?
> 
> Yes postgres shows to be 119M via top, but is this mem wired?

As long as you set the sysctl before starting postgresql, then
yes.

-- 
-Alfred Perlstein [[EMAIL PROTECTED]]
'Instead of asking why a piece of software is using "1970s technology,"
 start asking why software is ignoring 30 years of accumulated wisdom.'
                           http://www.morons.org/rants/gpl-harmful.php3

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to