more resources for kasm
All checks were successful
OpenTofu Automation / deploy (push) Successful in 33s
All checks were successful
OpenTofu Automation / deploy (push) Successful in 33s
This commit is contained in:
parent
b5784cae52
commit
81d4b3fe9f
1 changed files with 2 additions and 2 deletions
|
@ -17,14 +17,14 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
|
|||
|
||||
# VM CPU Settings
|
||||
cpu {
|
||||
cores = 4
|
||||
cores = 6
|
||||
type = "host"
|
||||
architecture = "x86_64"
|
||||
}
|
||||
|
||||
# VM Memory Settings
|
||||
memory {
|
||||
dedicated = 4096
|
||||
dedicated = 16384
|
||||
}
|
||||
|
||||
# VM Network Settings
|
||||
|
|
Loading…
Reference in a new issue