Shared memory on solaris7

From: Jim Richards <grumpy(at)cyber4(dot)org>
To: pgsql-ports(at)postgresql(dot)org
Subject: Shared memory on solaris7
Date: 1999-07-21 13:26:14
Message-ID: 199907211323.JAA75131@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports


Hi all, just got postgres running on my little sparc5 solaris7 box, but it
needed
a few tweaks first ...

It seems solaris7 doesn't have initial settings for shared memory, so I stole
some from the oracle install (only place I knew to get some from) and put them
in. So these worked, I put them at the end ...

hope this helps ... now to kill my printer with the manual ...

# vi /etc/system

*
* modified by: grumpy
* date: Wed Jul 21 22:22:37 EST 1999
* Shared memory values, based on oracle but used for PostgreSQL
*
set shmsys:shminfo_shmmax=16000000
set shmsys:shminfo_shmmin=1
set shmsys:shminfo_shmmni=100
set shmsys:shminfo_shmseg=10
set semsys:seminfo_semmni=100
set semsys:seminfo_semmsl=100
set semsys:seminfo_semmns=100
set semsys:seminfo_semopm=100
set semsys:seminfo_semvmx=32767

----
You are the simulacrum of my dreams
and the signifier of my desires

Mr Grumpy ... come and visit his home!
http://www.cyber4.org/members/grumpy/index.html

Browse pgsql-ports by date

  From Date Subject
Next Message Marek Goc 1999-07-21 17:29:37 unsubscribe
Previous Message Hub.Org News Admin 1999-07-21 09:41:25