Re: Update performance ... Recommended configuration

Поиск
Список
Период
Сортировка
От Rod Taylor
Тема Re: Update performance ... Recommended configuration
Дата
Msg-id 1070487190.92431.57.camel@jester
обсуждение исходный текст
Ответ на Re: Update performance ... Recommended configuration changes?  (erik@norvelle.net)
Список pgsql-performance
> shared_buffers = 128        # min max_connections*2 or 16, 8KB each

Try 1500.

> sort_mem = 65535        # min 64, size in KB

I'd pull this in. You only have 640MB ram, which means about 8 large
sorts to swap.

How about 16000?

> fsync = false

I presume you understand the risks involved with this setting and
dataloss.


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

Предыдущее
От: erik@norvelle.net
Дата:
Сообщение: Re: Update performance ... Recommended configuration changes?
Следующее
От: Sean Shanny
Дата:
Сообщение: Has anyone run on the new G5 yet