Re: [GENERAL] Increasing Max # of connections

2003-07-23 Thread Nailah Ogeer
the only way you can do this is to change your kernel parameters or use 32 connections and 64 buffers On Wed, 23 Jul 2003, Errol Neal wrote: > Hi All, > > I am using Postgresql 7.3.2 on Solaris 5.9 compiled with gcc and solaris > ld. Right now, our max number of connections and buffers are set t

Re: [GENERAL] Increasing Max # of connections

2003-07-23 Thread Errol Neal
At 11:48 AM 7/23/2003 -0400, Errol Neal wrote: Hi All, I am using Postgresql 7.3.2 on Solaris 5.9 compiled with gcc and solaris ld. Right now, our max number of connections and buffers are set to the default, which is 32 for connections and 64 for buffers. I want to be able to increase that to

Re: [GENERAL] Increasing Max # of connections

2003-07-23 Thread Cory 'G' Watson
On Wednesday, July 23, 2003, at 10:48 AM, Errol Neal wrote: This error does *not* mean that you have run out of disk space. Correct. How do I increase the mentioned kernel values on solaris to be able to increase the number of connections I need? Check out the /etc/system file. Read this: http

[GENERAL] Increasing Max # of connections

2003-07-23 Thread Errol Neal
Hi All, I am using Postgresql 7.3.2 on Solaris 5.9 compiled with gcc and solaris ld. Right now, our max number of connections and buffers are set to the default, which is 32 for connections and 64 for buffers. I want to be able to increase that to 100 Max connections and 200 max buffers, but wh