From 0a6f975a4bdf69eae7d0e1d15dbb5f63b456a098 Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Wed, 29 Mar 2023 17:15:15 -0700 Subject: [PATCH] Update Cirrus memory limits to avoid timeouts when building --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index ed08972c84..97c6952bc8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -8,7 +8,7 @@ cpus: &CPUS 4 btest_jobs: &BTEST_JOBS 4 btest_retries: &BTEST_RETRIES 2 -memory: &MEMORY 12GB +memory: &MEMORY 16GB config: &CONFIG --build-type=release --disable-broker-tests --prefix=$CIRRUS_WORKING_DIR/install --ccache static_config: &STATIC_CONFIG --build-type=release --disable-broker-tests --enable-static-broker --enable-static-binpac --prefix=$CIRRUS_WORKING_DIR/install --ccache