fixing
This commit is contained in:
parent
a541f31b3a
commit
11cf3c78c0
4 changed files with 4 additions and 4 deletions
|
@ -24,7 +24,7 @@ resource "proxmox_virtual_environment_vm" "Arrbuntu" {
|
||||||
|
|
||||||
# VM Memory Settings
|
# VM Memory Settings
|
||||||
memory {
|
memory {
|
||||||
dedicated = 12288
|
dedicated = 6144
|
||||||
}
|
}
|
||||||
|
|
||||||
# VM Network Settings
|
# VM Network Settings
|
||||||
|
|
|
@ -24,7 +24,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Master" {
|
||||||
|
|
||||||
# VM Memory Settings
|
# VM Memory Settings
|
||||||
memory {
|
memory {
|
||||||
dedicated = 4096
|
dedicated = 8192
|
||||||
}
|
}
|
||||||
|
|
||||||
# VM Network Settings
|
# VM Network Settings
|
||||||
|
|
|
@ -24,7 +24,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Master2" {
|
||||||
|
|
||||||
# VM Memory Settings
|
# VM Memory Settings
|
||||||
memory {
|
memory {
|
||||||
dedicated = 4096
|
dedicated = 8192
|
||||||
}
|
}
|
||||||
|
|
||||||
# VM Network Settings
|
# VM Network Settings
|
||||||
|
|
|
@ -24,7 +24,7 @@ resource "proxmox_virtual_environment_vm" "K3s-Master3" {
|
||||||
|
|
||||||
# VM Memory Settings
|
# VM Memory Settings
|
||||||
memory {
|
memory {
|
||||||
dedicated = 4096
|
dedicated = 8192
|
||||||
}
|
}
|
||||||
|
|
||||||
# VM Network Settings
|
# VM Network Settings
|
||||||
|
|
Reference in a new issue