Re: Changing the default configuration (was Re: [pgsql-advocacy] PostgreSQL Benchmarks)

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Jon Griffin" <jon@jongriffin.com>
Cc: pgsql-hackers@postgresql.org
Date: 2003-02-11T18:01:13Z
Lists: pgsql-hackers, pgsql-performance
"Jon Griffin" <jon@jongriffin.com> writes:
> So it appears that linux at least is way above your 8 meg point, unless I
> am missing something.

Yeah, AFAIK all recent Linuxen are well above the range of parameters
that I was suggesting (and even if they weren't, Linux is particularly
easy to change the SHMMAX setting on).  It's other Unixoid platforms
that are likely to have a problem.  Particularly the ones where you
have to rebuild the kernel to change SHMMAX; people may be afraid to
do that.

Does anyone know whether cygwin has a setting comparable to SHMMAX,
and if so what is its default value?  How about the upcoming native
Windows port --- any issues there?

			regards, tom lane