Skip to content

Commit 4caf332

Browse files
committedOct 14, 2024
add 2 cores
1 parent 0ae8b9f commit 4caf332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎terraform/ubu.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ resource "proxmox_virtual_environment_vm" "Ubu" {
1717

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

0 commit comments

Comments
 (0)
Please sign in to comment.