Skip to content

Commit

Permalink
libvirt: increase master memory to 3GB
Browse files Browse the repository at this point in the history
  • Loading branch information
sjenning committed Oct 3, 2018
1 parent 36c39bf commit 3d3fac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data/libvirt/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ resource "libvirt_domain" "master" {

name = "master${count.index}"

memory = "2048"
memory = "3072"
vcpu = "2"

coreos_ignition = "${libvirt_ignition.master.*.id[count.index]}"
Expand Down

0 comments on commit 3d3fac2

Please sign in to comment.