The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=bbf70270551d8defb427316e5d0e0f368b9aac96
commit bbf70270551d8defb427316e5d0e0f368b9aac96 Author: Ed Maste <[email protected]> AuthorDate: 2021-08-31 00:50:34 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2021-08-31 01:40:37 +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 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index f2e5f9766589..461339f1bfcb 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 task: _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
