ci: Remove ulimit -p for netbsd/openbsd

Andres Freund <andres@anarazel.de>

Commit: eda0e9383dc1c8ca1d50d358352af06778838447
Author: Andres Freund <andres@anarazel.de>
Date: 2026-01-05T18:16:41Z
Releases: 18.2
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

Files

PathChange+/−
.cirrus.tasks.yml modified +0 −3