fix: remove swap from lvm #7

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

View File

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