Re: Server misconfiguration???

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Server misconfiguration???
Дата
Msg-id 20487.1128953925@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Server misconfiguration???  ("Andy" <frum@ar-sd.net>)
Список pgsql-performance
"Andy" <frum@ar-sd.net> 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)"
Дата:
Сообщение: Query performance on ILIKE with AND operator...
Следующее
От: "Andy"
Дата:
Сообщение: Re: Server misconfiguration???