pgsql: ci: openbsd: Increase RAM disk's size

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: openbsd: Increase RAM disk's size
Date: 2025-09-12 14:19:32
Message-ID: E1ux4ce-000MJ6-1A@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: openbsd: Increase RAM disk's size

Its size was ~3.8GB before, which sometimes was not enough. OpenBSD CI task
often were failing due to no space left on device. Increase the RAM disk size
to ~4.6 GB.

Author: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAN55FZ2XVVPJRJmGB2DsL3gOrOinWh=HWvj6GO1cHzJ=6LwTag@mail.gmail.com
Backpatch-through: 18, where openbsd was added to CI

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3c0018a6f417425b1e6f2516fe6493596d71bddf

Modified Files
--------------
src/tools/ci/gcp_ram_disk.sh | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Álvaro Herrera 2025-09-12 17:01:25 pgsql: Avoid unexpected changes of CurrentResourceOwner and CurrentMemo
Previous Message Peter Eisentraut 2025-09-12 06:22:04 pgsql: Allow redeclaration of typedef yyscan_t