Re: FW: [ADMIN] Shared_buffers and kernel parameters, tuning

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: FW: [ADMIN] Shared_buffers and kernel parameters, tuning
Дата
Msg-id 200306100846.21875.josh@agliodbs.com
обсуждение исходный текст
Ответ на FW: [ADMIN] Shared_buffers and kernel parameters, tuning  (Howard Oblowitz <HowardO@LEWIS-STORES.com>)
Ответы Re: FW: [ADMIN] Shared_buffers and kernel parameters, tuning
Re: FW: [ADMIN] Shared_buffers and kernel parameters, tuning
Список pgsql-performance
Rune,

> > shared_buffers = 117248 (shmmax / 2 / 1024 / 8 ) This I got from this
> > forum.
> > Does this sound right or am I totally out of bounds here? I have, as said

Out of bounds, through no fault of your own .... I'm still working on
documentation for this.  However, let me qoute the upcoming supplimentary
docs:

SHARED_BUFFERS
Sets the size of Postgres' memory buffer where queries are held before being
fed into the Kernel buffer of the host system.  It's very important to
remember that this is only a holding area, and not the total memory available
for the server.  As such, resist the urge to set this number to a large
portion of your RAM, as this will actually degrade performance on many OSes.
Members of the pgsql-performance mailing list have found useful values in the
range of 1000-6000, depending on available RAM, database size, and number of
concurrent queries. No one has yet reported positive results for any number
over 6000.

--
Josh Berkus
Aglio Database Solutions
San Francisco

В списке pgsql-performance по дате отправления:

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Hash or merge join instead of inner loop
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: FW: [ADMIN] Shared_buffers and kernel parameters, tuning