fix: remove swap from lvm #7
@ -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" {
|
||||||
|
Loading…
Reference in New Issue
Block a user