From 10f602dc542ecf791e3a1da29232436204b6302b Mon Sep 17 00:00:00 2001 From: Ilya Maximets Date: Thu, 16 Sep 2021 13:48:10 +0200 Subject: cirrus: Reduce memory requirements for FreeBSD VMs. According to memory usage graphs, our builds are using 3GB at most. Reducing memory requirements to 4GB to have some room. This change doesn't affect time needed to finish the build, but should have a slight positive effect on scheduling time on a community cluster. And it's also not cool from our side to reserve shared resources that we're not using, while they could be used by some other project. Signed-off-by: Ilya Maximets Acked-by: Aaron Conole --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 5b32e08b7..3396f7202 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -5,7 +5,7 @@ freebsd_build_task: image_family: freebsd-12-2-snap image_family: freebsd-11-4-snap cpu: 4 - memory: 8G + memory: 4G env: DEPENDENCIES: automake libtool gmake gcc wget openssl python3 -- cgit v1.2.1