Re: postmaster confiugration and hardware configuration - Mailing list pgsql-general

From Gavin Sherry
Subject Re: postmaster confiugration and hardware configuration
Date
Msg-id Pine.LNX.4.21.0103052021440.10021-100000@linuxworld.com.au
Whole thread Raw
In response to postmaster confiugration and hardware configuration  ("KoPra Workshop" <kopraworkshop@telkom.net>)
List pgsql-general
Eko,

On Sat, 6 Feb 1999, KoPra Workshop wrote:

> Any suggestion to increase performance of my postgresql....at least great
> configuration for postmaster and hardware...?
> Pleasse.... :-)

It is hard to tell with the information you are giving, but perhaps you
are hitting the default limit for the number of simultaneous backends
(32). You can increase this by passing -N <number> to postmaster at
startup from the command line (naturally, this should be greater than 32,
perhaps 64). Increasing the number of backends necessitates the increasing
of the number of buffers.

More info in the postgres documentation.

>
> Regards,
> Eko Pranoto
> Database Administrator of Health Care Information System Project
> Rumah Sakit Pertamina Jaya
> Indonesia


Gavin Sherry
Alcove Systems Engineering.



pgsql-general by date:

Previous
From: "KoPra Workshop"
Date:
Subject: postmaster confiugration and hardware configuration
Next
From: Daniel Kraemer
Date:
Subject: Re: How to automatically start postmastrer with TCP/IP support (-i option) ???