feat(minecraft): give cpu

This commit is contained in:
Kat Inskip 2024-09-16 18:31:36 -07:00
parent a5d336dadc
commit 64b05fdbcc
Signed by: kat
GPG key ID: 465E64DECEA8CF0F

View file

@ -763,6 +763,10 @@ resource "proxmox_virtual_environment_container" "minecraft" {
minecraft!!!!
EOT
cpu {
cores = 4
}
memory {
dedicated = 8192
swap = 8192