bump memory

This commit is contained in:
tolerryan
2025-11-07 23:07:26 -06:00
parent 451a7c8726
commit f580339a3a

View File

@@ -6,7 +6,7 @@ resource "proxmox_lxc" "james" {
password = "terraform" password = "terraform"
unprivileged = true unprivileged = true
cores = 6 cores = 6
memory = 4096 memory = 6256
swap = 1024 swap = 1024
start = true start = true
tags = "terraform;deb13" tags = "terraform;deb13"