Skip to content

Commit

Permalink
Merge pull request #408 from sjenning/bump-master-memory
Browse files Browse the repository at this point in the history
libvirt: increase master memory to 3GB
  • Loading branch information
openshift-merge-robot committed Oct 3, 2018
2 parents 59d3b1e + 3d3fac2 commit bf36c90
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 bf36c90

Please sign in to comment.