Increase OpenBSD CI task's RAM disk size

Nazir Bilal Yavuz <byavuz81@gmail.com>

From: Nazir Bilal Yavuz <byavuz81@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Andres Freund <andres@anarazel.de>, Thomas Munro <thomas.munro@gmail.com>
Date: 2025-08-15T08:46:29Z
Lists: pgsql-hackers

Attachments

Hi,

Sometimes OpenBSD CI tasks fail with 'No space left on device' [1].
It's due to the OpenBSD CI task's RAM disk size being ~3.8 GB. This
patch increases it to ~4.6 GB. I chose this size manually, we can
increase it more.

Any feedback would be appreciated.

[1] https://cirrus-ci.com/task/4600833263796224

-- 
Regards,
Nazir Bilal Yavuz
Microsoft

Commits

  1. ci: openbsd: Increase RAM disk's size