Re: PostgreSQL for VAX on NetBSD/OpenBSD

From: Thor Lancelot Simon <tls(at)panix(dot)com>
To: Greg Stark <stark(at)mit(dot)edu>
Cc: David Brownlee <abs(at)absd(dot)org>, John Klos <john(at)ziaspace(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>, port-vax List <port-vax(at)netbsd(dot)org>, vax(at)openbsd(dot)org, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: PostgreSQL for VAX on NetBSD/OpenBSD
Date: 2015-08-22 17:58:15
Message-ID: 20150822175815.GA4643@panix.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 20, 2015 at 04:32:19PM +0100, Greg Stark wrote:
>
> That's the problem. initdb tests how many connections can start up
> when writing the default config. But we assume that each process can
> use up to the rlimit file descriptors without running into a
> system-wide limit.

That sounds like a fairly bogus assumption -- unless the system-wide
limit is to be meaningless.

The default NetBSD limits on the VAX are probably still too low, however.

Thor

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2015-08-22 18:25:54 Re: Potential GIN vacuum bug
Previous Message Tom Lane 2015-08-22 17:36:57 Re: (full) Memory context dump considered harmful