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
|
# VM CPU Settings
|
||||||
cpu {
|
cpu {
|
||||||
cores = 4
|
cores = 6
|
||||||
type = "host"
|
type = "host"
|
||||||
architecture = "x86_64"
|
architecture = "x86_64"
|
||||||
}
|
}
|
||||||
|
|
||||||
# VM Memory Settings
|
# VM Memory Settings
|
||||||
memory {
|
memory {
|
||||||
dedicated = 4096
|
dedicated = 16384
|
||||||
}
|
}
|
||||||
|
|
||||||
# VM Network Settings
|
# VM Network Settings
|
||||||
|
|
Loading…
Reference in a new issue