Re: Performance Woes

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: CAJ CAJ <pguser(at)gmail(dot)com>
Cc: Ralph Mason <ralph(dot)mason(at)telogis(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Performance Woes
Date: 2007-05-10 00:29:51
Message-ID: 4642677F.80209@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


> 2007-05-09 03:07:50.083 GMT 1146975740: LOCATION: BasicOpenFile,
> fd.c:471
>
> 2007-05-09 03:07:50.091 GMT 0: LOG: 00000: duration: 12.362 ms
>
> 2007-05-09 03:07:50.091 GMT 0: LOCATION: exec_simple_query,
> postgres.c:1090
>
>
>
> So we decreased the max_files_per_process to 800. This took care
> of the error **BUT** about quadrupled the IO wait that is happening
> on the machine. It went from a peek of about 50% to peeks of over
> 200% (4 processor machines, 4 gigs ram, raid). The load on the
> machine remained constant.
>

Sounds to me like you just need to up the total amount of open files
allowed by the operating system.

Joshua D. Drake

--

=== The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive PostgreSQL solutions since 1997
http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Ralph Mason 2007-05-10 00:34:47 Re: Performance Woes
Previous Message CAJ CAJ 2007-05-10 00:26:07 Re: Performance Woes