Re: Number of Connections

From: Eric Crampton <eric(at)atdesk(dot)com>
To: ambre(at)ebutec(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Number of Connections
Date: 2001-12-06 14:30:34
Message-ID: 200112061430.fB6EUYT06526@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Erwin Ambrosch <ambre(at)ebutec(dot)com> writes:

> when I want to increase the max. number of connections for a
> portmaster: Do I have to recompile? Or is there another way to do
> this?

Restart postmaster with -N num-connects. If you want more than 1024
though, you'll have to increase MAXBACKENDS in include/config.h and
rebuild.

(From Momjian's book.)

--
"Premature optimization is the root of all evil." --Donald Knuth

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message tek1 2001-12-06 14:43:37 alternative place to download pgaccess
Previous Message Laszlo Hornyak 2001-12-06 14:23:39 Re: [GENERAL] java stored procedures