From: | Alain Franciosa <Alain(dot)Franciosa(at)xrce(dot)xerox(dot)com> |
---|---|
To: | "pgsql-bugs(at)postgresql(dot)org" <pgsql-bugs(at)postgresql(dot)org> |
Subject: | postmaster on solaris |
Date: | 2001-11-29 12:33:18 |
Message-ID: | 3C062B0E.5BD4CD69@xrce.xerox.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Hi all,
is there someone who has already tried to start the postmaster on Sun
solaris with 1024 backends ?
If yes, what is the best configuration for the /etc/system file ?
I set the following configuration :
set shmsys:shminfo_shmmax=0x7fffffff
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=512
set shmsys:shminfo_shmseg=512
set semsys:seminfo_semmap=512
set semsys:seminfo_semmni=1024
set semsys:seminfo_semmns=1024
The database server starts,but it seems that there is a socket problem
when creating a pool of jdbc connections (up to 512)
The system is not enable to create any more java sockets on the same JVM
and exceptions are thrown : java.net.UnknownHostException
I'm using postgresql-7.0.2 on solaris 5.8.
Thank you in advance
Alain
From | Date | Subject | |
---|---|---|---|
Next Message | Manish Khare | 2001-11-29 13:00:07 | Error in Installation |
Previous Message | pgsql-bugs | 2001-11-29 12:06:19 | Bug #524: Bad quoting of backslash in text arrays |