From: | "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com> |
---|---|
To: | Jefim M <jefimm(at)hotmail(dot)com> |
Cc: | <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: NFS performance tuning |
Date: | 2003-09-04 16:00:09 |
Message-ID: | Pine.LNX.4.33.0309040959040.27142-100000@css120.ihs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Sun, 31 Aug 2003, Jefim M wrote:
>
> I have the following setup for my PostgreSQL box:
> 4GB Ram
> Dual CPU
> Redhat 7.3 with 2.4.20-18.7smp kernel
> 2 network cards - one is dedicated to internal traffic to the NetApp filer
> and other is used for other traffic
>
> and all the Postgres database resides on the NetApp filer using NFS.
> Number of the connection to the database is configured to 64.
>
> What are best configuration setting I need to use on my PostgreSQL and Linux
> boxes to get the best performance from PostgresSQL?
> Are there any recomendations for the given setup (having the data on the
> remote server) ?
We use a netapp and I had to muck around with the default settings under
rh7.2 to get reliable behaviour. Note that our database does not sit on a
netapp, only our semi-static web content does.
Here's the settings I added, at the behest of one of our unix / linux
ubergeeks:
timeo=10,retry=1,bg,soft,intr,rsize=8192,wsize=8192
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-09-04 16:02:48 | Re: postmaster crashing |
Previous Message | Jenny - | 2003-09-04 15:56:31 | tablelevel and rowlevel locks |