pgsql: ci: Remove ulimit -p for netbsd/openbsd - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: ci: Remove ulimit -p for netbsd/openbsd
Date
Msg-id E1vcplf-004gqv-2Z@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
ci: Remove ulimit -p for netbsd/openbsd

Previously the ulimit -p 256 was needed to increase the limit on
openbsd. However, sometimes the limit actually was too low, causing
  "could not fork new process for connection: Resource temporarily unavailable"
errors.  Most commonly on netbsd, but also on openbsd.

The ulimit on openbsd couldn't trivially be increased with ulimit, because of
hitting the hard limit.

Instead of increasing the limit in the CI script, the CI image generation now
increases the limits: https://github.com/anarazel/pg-vm-images/pull/129

Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/bb048e31dc17202faaab37132420a0740f9ca85c

Modified Files
--------------
.cirrus.tasks.yml | 3 ---
1 file changed, 3 deletions(-)


pgsql-committers by date:

Previous
From: Masahiko Sawada
Date:
Subject: pgsql: Fix typo in parallel.c.
Next
From: Tom Lane
Date:
Subject: pgsql: Update to latest Snowball sources.