Date: Fri, 12 Jul 2024 17:17:44 GMT From: Colin Percival <cperciva@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 7855227a3f97 - stable/14 - EC2: Bump AMI size to 6 GB Message-ID: <202407121717.46CHHiIL089874@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=7855227a3f97056212ef129a2b52ba69766a1be4 commit 7855227a3f97056212ef129a2b52ba69766a1be4 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2023-12-28 22:23:52 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2024-07-12 17:17:28 +0000 EC2: Bump AMI size to 6 GB This week's cloud-init ZFS snapshots ran out of disk space. (cherry picked from commit 8a735ffdf04936c6785ac4fa31486639262dd416) --- release/tools/ec2.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf index ce09ab0d2367..989e8a05a318 100644 --- a/release/tools/ec2.conf +++ b/release/tools/ec2.conf @@ -10,12 +10,12 @@ export VM_EXTRA_PACKAGES="${VM_EXTRA_PACKAGES} ebsnvme-id amazon-ssm-agent" # Services which should be enabled by default in rc.conf(5). export VM_RC_LIST="dev_aws_disk ntpd" -# Build with a 4.9 GB partition; the growfs rc.d script will expand +# Build with a 5.9 GB partition; the growfs rc.d script will expand # the partition to fill the root disk after the EC2 instance is launched. # Note that if this is set to <N>G, we will end up with an <N+1> GB disk # image since VMSIZE is the size of the filesystem partition, not the disk # which it resides within. -export VMSIZE=5000m +export VMSIZE=6000m # No swap space; it doesn't make sense to provision any as part of the disk # image when we could be launching onto a system with anywhere between 0.5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407121717.46CHHiIL089874>