On 31 Aug 2004 at 22:24, Jean-Max Reymond wrote:
> On Tue, 31 Aug 2004 21:16:46 +0100, Gary Doades <gpd(at)gpdnet(dot)co(dot)uk> wrote:
>
> > I can only presume you mean 1 GB RAM. What exactly are your
> > settings for shared buffers and effective_cache_size?
>
> for 1 GB RAM,
> shared_buffers = 65536
> effective_cache_size = 16384
This seems like the wrong way round also.
You might try:
shared_buffers = 10000
effective_cache_size = 60000
Cheers,
Gary.