| From: | "Robert E(dot) Bruccoleri" <bruc(at)stone(dot)congenomics(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: bad performance on irix |
| Date: | 2002-03-13 00:05:33 |
| Message-ID: | 200203130005.TAA27839@stone.congenomics.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
The bad performance in Irix appears to be a lack of resources, most
likely system buffers for sockets and I/O. Try increasing the system
parameter, nbuf, using systune, reboot, and see if it helps. Also,
use the "par" program with options "-s -SS -i -u -p <pid>"
to monitor activity in the backend -- that may provide some clues.
+-----------------------------+------------------------------------+
| Robert E. Bruccoleri, Ph.D. | email: bruc(at)acm(dot)org |
| P.O. Box 314 | URL: http://www.congen.com/~bruc |
| Pennington, NJ 08534 | |
+-----------------------------+------------------------------------+
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mark Pritchard | 2002-03-13 00:07:53 | Re: Help Wanted for running C code |
| Previous Message | Igor Kovalenko | 2002-03-12 23:52:37 | Re: Lightweight locking primitive |