fix: remove swap from lvm #7

Merged
xoxys merged 2 commits from remove-swap into main 2024-04-11 23:40:40 +02:00
Showing only changes of commit 42a608ae52 - Show all commits

View File

@ -98,7 +98,7 @@ variable "vm_cpu_sockets" {
variable "vm_cpu_cores" {
type = number
description = "The number of virtual CPUs cores per socket."
default = 1
default = 2
}
variable "vm_cpu_type" {
@ -110,7 +110,7 @@ variable "vm_cpu_type" {
variable "vm_mem_size" {
type = number
description = "The size for the virtual memory in MB."
default = 1024
default = 2048
}
variable "vm_disk_size" {