From: | "Krawetzky, Peter J" <KrawetzkyPJ(at)aetna(dot)com> |
---|---|
To: | "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org> |
Subject: | Re: Error |
Date: | 2013-05-24 14:16:00 |
Message-ID: | CDC4EDE6.6895%KrawetzkyPJ@aetna.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Are you using persistent connections from your application? This would hold the connection to the database. So I think you have 2 choices:
1. Disable persistent connections
2. Increaes MAX_CONNECTIONS in postgresql.conf
From: Bakyaraj K <bakyaraj(at)railsfactory(dot)org<mailto:bakyaraj(at)railsfactory(dot)org>>
Date: Friday, May 24, 2013 4:40 AM
To: "pgsql-bugs(at)postgresql(dot)org<mailto:pgsql-bugs(at)postgresql(dot)org>" <pgsql-bugs(at)postgresql(dot)org<mailto:pgsql-bugs(at)postgresql(dot)org>>
Subject: [BUGS] Error
Hi,
I am facing this issues when i use postgresql database.
FATAL: remaining connection slots are reserved for non-replication superuser connections
Postgresql 9.2 version.
Could you help me and how to resolve the issue.
--
Thanks.,
Bakyaraj K
Linux Server Administrator
Sedin Technologies
Skype id : bakyaraj.railsfactory<http://bakyaraj.railsfactory.org>
This e-mail may contain confidential or privileged information. If
you think you have received this e-mail in error, please advise the
sender by reply e-mail and then delete this e-mail immediately.
Thank you. Aetna
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua Berry | 2013-05-24 16:55:19 | Segmentation Fault in Postgres server when using psqlODBC |
Previous Message | Bakyaraj K | 2013-05-24 08:40:57 | Error |