Skip to content

Commit 717aab4

Browse files
committedNov 18, 2024
add resources to arr
1 parent 76be963 commit 717aab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎terraform/proxmox/arrbuntu.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ resource "proxmox_virtual_environment_vm" "Arrbuntu" {
1717

1818
# VM CPU Settings
1919
cpu {
20-
cores = 2
20+
cores = 4
2121
type = "host"
2222
architecture = "x86_64"
2323
}
2424

2525
# VM Memory Settings
2626
memory {
27-
dedicated = 6144
27+
dedicated = 8192
2828
}
2929

3030
# VM Network Settings

0 commit comments

Comments
 (0)
Please sign in to comment.