From e6b8a19397c061eeac2f2e95d8f155c4abc9610d Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 28 Nov 2023 10:32:23 -0600 Subject: [PATCH] Make build VMs beefier --- sources/inputs.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/inputs.pkr.hcl b/sources/inputs.pkr.hcl index 5b5ecc3..6fce5b7 100644 --- a/sources/inputs.pkr.hcl +++ b/sources/inputs.pkr.hcl @@ -83,8 +83,8 @@ locals { build = var.build }) - cpus = 2 - memory = 4096 + cpus = 4 + memory = 8192 disk_size = 10 ssh = { username = "vagrant"