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

From Christopher Kings-Lynne
Subject FW: PostgreSQL 7.3 Platform Testing
Date
Msg-id GNELIHDDFBOCMGBFGEFOKEJOCEAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: FW: PostgreSQL 7.3 Platform Testing  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
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
>
>
>



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: CLUSTER ALL syntax
Next
From: "Christopher Kings-Lynne"
Date:
Subject: Re: CLUSTER ALL syntax