Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Sep 2021 19:22:59 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: d747e9d2cb50 - stable/13 - Cirrus-CI: reduce VM memory to 8G
Message-ID:  <202109021922.182JMxEP049889@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=d747e9d2cb5091fa5b87d6801a6a9e0502886127

commit d747e9d2cb5091fa5b87d6801a6a9e0502886127
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-08-31 00:50:34 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-09-02 19:14:45 +0000

    Cirrus-CI: reduce VM memory to 8G
    
    Cirrus-CI now provides a task memory use graph, and it is clear we do
    not need to provision the VM with 24GB.
    
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit bbf70270551d8defb427316e5d0e0f368b9aac96)
---
 .cirrus.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.cirrus.yml b/.cirrus.yml
index 2c98c1ff45b0..8c9ee1f6745b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -7,7 +7,7 @@ compute_engine_instance:
   image_project: freebsd-org-cloud-dev
   image: freebsd-13-0-release-amd64
   cpu: 8
-  memory: 24G
+  memory: 8G
   disk: 40
 
 env:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109021922.182JMxEP049889>