Increasing amount of memory available to builds

This commit is contained in:
2024-04-18 11:34:46 -04:00
parent ec7d42a75a
commit 700bb4dfbd
2 changed files with 4 additions and 0 deletions

View File

@ -15,6 +15,8 @@ source "proxmox-iso" "almalinux-9" {
boot_key_interval = "250ms"
boot_command = ["<tab><wait1s>", " inst.ks=http://ks.int.metaunix.net/kickstarts/almalinux-9-server.ks<enter><wait5m>"]
# shutdown_command = "echo 'packer' | sudo -S poweroff"
memory = "2048"
disks {
disk_size = "10G"
storage_pool = "templates"