Re: System V IPC on Windows

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: System V IPC on Windows
Дата
Msg-id 200711080746440000@119850371
обсуждение исходный текст
Ответ на System V IPC on Windows  (Kevin Neufeld <kneufeld@refractions.net>)
Ответы Re: System V IPC on Windows  (Kevin Neufeld <kneufeld@refractions.net>)
Список 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 по дате отправления:

Предыдущее
От: Samantha Atkins
Дата:
Сообщение: what is the date format in binary query results
Следующее
От: Jorge Godoy
Дата:
Сообщение: Re: any way for ORDER BY x to imply NULLS FIRST in 8.3?