Re: Server misconfiguration???

Поиск
Список
Период
Сортировка
Искать
От
Tom Lane
Тема
Re: Server misconfiguration???
Дата
Msg-id
20487.1128953925@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Re: Server misconfiguration??? "Andy" <frum@ar-sd.net>
Re: Server misconfiguration??? Christopher Kings-Lynne <chriskl@familyhealth.com.au>
"Andy"  writes:
> I get the feeling the server is somehow missconfigured or it does not
> work at full parameter. If I look at memory allocation, it never goes
> over 250MB whatever I do with the database.

That is not wrong.  Postgres expects the kernel to be doing disk
caching, so the amount of memory that's effectively being used for
database work includes not only what is shown as belonging to the
PG processes, but some portion of the kernel disk buffers as well.
You don't really *want* the processes eating all of available RAM.

I concur with Chris K-L's comments that you should reduce rather
than increase your settings.

			regards, tom lane
В списке pgsql-performance по дате отправления
От: Federico Simonetti (Liveye)
Дата:
От: Andy
Дата:
Сообщение: Re: Server misconfiguration???
FAQ