Re: Server misconfiguration??? - Mailing list pgsql-performance

From Tom Lane
Subject Re: Server misconfiguration???
Date
Msg-id 20487.1128953925@sss.pgh.pa.us
Whole thread Raw
In response to Server misconfiguration???  ("Andy" <frum@ar-sd.net>)
List 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 by date:

Previous
From: "Federico Simonetti (Liveye)"
Date:
Subject: Query performance on ILIKE with AND operator...
Next
From: "Andy"
Date:
Subject: Re: Server misconfiguration???