memory tuning - Mailing list pgsql-novice

From Tom Allison
Subject memory tuning
Date
Msg-id 4498A1D8.4070508@tacocat.net
Whole thread Raw
Responses Re: memory tuning
List pgsql-novice
I have 2 GB of RAM on this machine and a table with 2.9Million rows.

The most I'm getting reported on memory usage for postgres (7.4 can't upgrade
just yet) is 2.6%.

I have set the following parameters:

shared_buffers = 3000           # min 16, at least max_connections*2, 8KB each
sort_mem = 262144               # min 64, size in KB
vacuum_mem = 262144             # min 1024, size in KB


But I'm not utilizing much memory and things are running frighteningly slow.
I did run a VACUUM ANALYZE today with no incidents so I wouldn't expect that to
be a problem.  I don't think there have been more than 10^5 transactions since
then (assuming that's not too many?)

tips?

pgsql-novice by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: OLE in Postgres?
Next
From: Sean Davis
Date:
Subject: Re: memory tuning