Re: System V IPC on Windows

From: "Magnus Hagander" <magnus(at)hagander(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: "Kevin Neufeld" <kneufeld(at)refractions(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: System V IPC on Windows
Date: 2007-11-08 06:46:43
Message-ID: 200711080746440000@119850371
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 there must 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 value for shared buffers.

/Magnus

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jorge Godoy 2007-11-08 09:46:36 Re: any way for ORDER BY x to imply NULLS FIRST in 8.3?
Previous Message Samantha Atkins 2007-11-08 05:01:43 what is the date format in binary query results