Re: Experimental patch for inter-page delay in VACUUM - Mailing list pgsql-hackers

From Joe Conway
Subject Re: Experimental patch for inter-page delay in VACUUM
Date
Msg-id 3FAF1B56.4050204@joeconway.com
Whole thread Raw
In response to Re: Experimental patch for inter-page delay in VACUUM  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
> Agreed, we can't resize shared memory, but I don't think most OS's swap
> out shared memory, and even if they do, they usually have a kernel
> configuration parameter to lock it into kernel memory.  All the old
> unixes locked the shared memory into kernel address space and in fact
> this is why many of them required a kernel recompile to increase shared
> memory.  I hope the ones that have pagable shared memory have a way to
> prevent it --- at least FreeBSD does, not sure about Linux.

I'm pretty sure at least Linux, Solaris, and HPUX all work this way -- 
otherwise Oracle would have the same problem with their SGA, which is 
kept in shared memory.

Joe



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: Re: Experimental patch for inter-page delay in VACUUM
Next
From: Andriy Tkachuk
Date:
Subject: Re: what could cause this PANIC on enterprise 7.3.4 db?