pgsql: ci: Increase requested memory size.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: ci: Increase requested memory size.
Date: 2022-09-21 23:36:52
Message-ID: E1ob9Gt-001PcJ-VO@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

ci: Increase requested memory size.

CI builds recently started failing with:

"Memory size for 4.0 vCPU instance should be between 3840MiB and
26624MiB, while 2048MiB is requested."

Ok then, let's ask for 4G instead of 2G.

This may be due to a change in the type of instance used to work around
an outage, per:

https://twitter.com/cirrus_labs/status/1572657320093712384

Branch
------
master

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

Modified Files
--------------
.cirrus.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-09-21 23:56:36 pgsql: ci: Increase requested memory size.
Previous Message Peter Geoghegan 2022-09-21 20:23:31 pgsql: Harmonize lexer adjacent function parameter names.