From 42a608ae523b78db98416206a27def5ef95cde4f Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Thu, 11 Apr 2024 23:23:18 +0200 Subject: [PATCH] increase default machine size --- rocky-9/variables.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rocky-9/variables.pkr.hcl b/rocky-9/variables.pkr.hcl index 0de44d6..de7645f 100644 --- a/rocky-9/variables.pkr.hcl +++ b/rocky-9/variables.pkr.hcl @@ -98,7 +98,7 @@ variable "vm_cpu_sockets" { variable "vm_cpu_cores" { type = number description = "The number of virtual CPUs cores per socket." - default = 1 + default = 2 } variable "vm_cpu_type" { @@ -110,7 +110,7 @@ variable "vm_cpu_type" { variable "vm_mem_size" { type = number description = "The size for the virtual memory in MB." - default = 1024 + default = 2048 } variable "vm_disk_size" {