Re: System V IPC on Windows - Mailing list pgsql-general

From Magnus Hagander
Subject Re: System V IPC on Windows
Date
Msg-id 200711080746440000@119850371
Whole thread Raw
In response to System V IPC on Windows  (Kevin Neufeld <kneufeld@refractions.net>)
Responses Re: System V IPC on Windows  (Kevin Neufeld <kneufeld@refractions.net>)
List pgsql-general
> > Does anyone know how to adjust the IPC settings in Windows?
>
> There aren't any such settings in Windows, AFAIK.

Correct. The only real adjustable limit is the size of the Windows pagefile, but that one is normally dynamic. But
theremust be room for all the shared memory in it. It's not going to be there, but the space is reserved. 

That said, if you need to increase the pagefile size to accomodate your shared buffers, you likely have way too large
valuefor shared buffers. 

/Magnus


pgsql-general by date:

Previous
From: Samantha Atkins
Date:
Subject: what is the date format in binary query results
Next
From: Jorge Godoy
Date:
Subject: Re: any way for ORDER BY x to imply NULLS FIRST in 8.3?