Re: FW: PostgreSQL 7.3 Platform Testing - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: FW: PostgreSQL 7.3 Platform Testing
Date
Msg-id 200211180502.gAI522N15712@candle.pha.pa.us
Whole thread Raw
In response to FW: PostgreSQL 7.3 Platform Testing  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses Re: FW: PostgreSQL 7.3 Platform Testing  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
Ports list updated:
 http://candle.pha.pa.us/main/writings/pgsql/sgml/supported-platforms.html

---------------------------------------------------------------------------
Christopher Kings-Lynne wrote:
> This is a successful report for OpenBSD 3.2 on sparc and i386
> 
> > -----Original Message-----
> > From: bpalmer [mailto:bpalmer@crimelabs.net]
> > Sent: Monday, 18 November 2002 2:14 AM
> > To: Christopher Kings-Lynne
> > Subject: Re: PostgreSQL 7.3 Platform Testing
> >
> >
> > Sorry for taking so long to get back to you, getting everything working on
> > obsd took a while.  My sun is a 60mhz deal and it's a bit slow.
> >
> > Anywho:
> >
> > Kernel tweaks are needed:
> >
> > edited:
> > /etc/login.conf
> >
> > Changed:
> >
> > default:\
> >   :maxproc-max=128:\
> >   :maxproc-cur=64:\
> >   :openfiles-cur=64:\
> >
> > to:
> >
> > default:\
> >   :maxproc-max=256:\
> >   :maxproc-cur=256:\
> >   :openfiles-cur=256:\
> >
> >
> > Kernel settings needed:
> >
> > option          SEMMNI=256
> > option          SEMMNS=2048
> >
> > option          SEMMAXPGS=4096
> >
> >
> > Once that was done,  however  (and it's always been needed afaik)
> >
> > $ uname -an
> > OpenBSD incelous.crimelabs.net 3.2 incelous#0 i386
> >
> > ======================
> >  All 89 tests passed.
> > ======================
> >
> >   356.52s real    18.22s user    15.92s system
> >
> >
> > $ uname -an
> > OpenBSD blackwidow.crimelabs.net 3.2 blackwidow#0 sparc
> >
> > ======================
> >  All 89 tests passed.
> > ======================
> >
> >  1311.48s real   134.86s user   127.44s system
> >
> >
> >
> >
> > - Brandon
> >
> >
> > ------------------------------------------------------------------
> > ----------
> >  c: 917-697-8665                                            h:
> > 201-798-4983
> >  b. palmer,  bpalmer@crimelabs.net
> > pgp:crimelabs.net/bpalmer.pgp5
> >
> >
> >
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] DECLARE CURSOR
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: FW: PostgreSQL 7.3 Platform Testing