]> git.ipfire.org Git - thirdparty/postgresql.git/commit
ci: Remove ulimit -p for netbsd/openbsd
authorAndres Freund <andres@anarazel.de>
Mon, 5 Jan 2026 18:09:03 +0000 (13:09 -0500)
committerAndres Freund <andres@anarazel.de>
Mon, 5 Jan 2026 18:16:41 +0000 (13:16 -0500)
commiteda0e9383dc1c8ca1d50d358352af06778838447
tree00855215b8b3f30e9016b206b7ebc74cf5bcc2d2
parentb63302d900767cd0fdcb13c9cc53b538f4c04b78
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
.cirrus.tasks.yml