Re: slow queries, possibly disk io

Поиск
Список
Период
Сортировка
От Josh Close
Тема Re: slow queries, possibly disk io
Дата
Msg-id 4a0cafe2050531093631c725e3@mail.gmail.com
обсуждение исходный текст
Ответ на Re: slow queries, possibly disk io  (Josh Close <narshe@gmail.com>)
Ответы Re: slow queries, possibly disk io  (Manfred Koizar <mkoi-pg@aon.at>)
Список pgsql-performance
On 5/31/05, Martin Fandel <martin.fandel@alphyra-evs.de> wrote:
> In the documentation of
> http://www.powerpostgresql.com/Downloads/annotated_conf_80.html
> is the shared_buffers set to 1/3 of the availble RAM. You're set
> 50000*8/1024=391 MB SHMEM. The effective_cache_size in your
> configuration is 450000*8/1024=3516 MB SHMEM. That's 3907MB
> of RAM but you have less than 2048MB availble.


I wrote that wrong, there is actually 4 gigs of ram available.


>
> What value do you have in /proc/sys/kernel/shmmax?
>
> I'm really new at using postgres and i have not many experience
> but maybe you can try to use 1/3 (682MB/87424)for shared_buffers
> and 2/3 (1365MB/174720) for the effective_cache_size? But i these
> settings are to high too.
>
> best regards
> Martin

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: slow queries, possibly disk io
Следующее
От: "Justin Davis"
Дата:
Сообщение: 'Fastest' PC's are slowest in the house