Re: FW: PostgreSQL 7.3 Platform Testing

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: FW: PostgreSQL 7.3 Platform Testing
Date: 2002-11-18 05:02:02
Message-ID: 200211180502.gAI522N15712@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)crimelabs(dot)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(at)crimelabs(dot)net
> > pgp:crimelabs.net/bpalmer.pgp5
> >
> >
> >
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-11-18 05:05:26 Re: FW: PostgreSQL 7.3 Platform Testing
Previous Message Bruce Momjian 2002-11-18 04:39:41 Re: [GENERAL] DECLARE CURSOR