update: set wk-3 worker cores to 4 #37
@@ -14,6 +14,6 @@ control_plane_cores = 1
|
|||||||
control_plane_memory_mb = 4096
|
control_plane_memory_mb = 4096
|
||||||
control_plane_disk_size = "40G"
|
control_plane_disk_size = "40G"
|
||||||
|
|
||||||
worker_cores = [4, 4, 3]
|
worker_cores = [4, 4, 4]
|
||||||
worker_memory_mb = [12288, 12288, 12288]
|
worker_memory_mb = [12288, 12288, 12288]
|
||||||
worker_disk_size = "60G"
|
worker_disk_size = "60G"
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ variable "control_plane_memory_mb" {
|
|||||||
|
|
||||||
variable "worker_cores" {
|
variable "worker_cores" {
|
||||||
type = list(number)
|
type = list(number)
|
||||||
default = [4, 4, 3]
|
default = [4, 4, 4]
|
||||||
description = "vCPU cores for each worker VM"
|
description = "vCPU cores for each worker VM"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user