Skip to content

Commit 81d4b3f

Browse files
committedNov 16, 2024
more resources for kasm
1 parent b5784ca commit 81d4b3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎terraform/proxmox/kasm.tf

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

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

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

3030
# VM Network Settings

0 commit comments

Comments
 (0)
Please sign in to comment.