git: c95872e5670b - stable/12 - Cirrus-CI: reduce VM memory to 8G

Ed Maste emaste at FreeBSD.org
Thu Sep 2 19:23:24 UTC 2021


The branch stable/12 has been updated by emaste:

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

commit c95872e5670b958bfef0f633a9ea0fd11176af5a
Author:     Ed Maste <emaste at FreeBSD.org>
AuthorDate: 2021-08-31 00:50:34 +0000
Commit:     Ed Maste <emaste at FreeBSD.org>
CommitDate: 2021-09-02 19:22:55 +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 356125f7d7b1..4c5cc7c31a77 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -3,7 +3,7 @@
 freebsd_instance:
   image: freebsd-12-2-release-amd64
   cpu: 8
-  memory: 24G
+  memory: 8G
 
 env:
   CIRRUS_CLONE_DEPTH: 1


More information about the dev-commits-src-all mailing list