increase default machine size
ci/woodpecker/pr/docs Pipeline was successful Details
ci/woodpecker/pr/test Pipeline was successful Details

This commit is contained in:
Robert Kaussow 2024-04-11 23:23:18 +02:00
parent 11bad94381
commit 42a608ae52
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

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" {