Skip to content

Commit

Permalink
libvirt: Bump bootstrap memory to 5G
Browse files Browse the repository at this point in the history
On ppc64le there were OOM kills being observed during the bootstrap process
because of insufficient memory and bumping the memory seemed to solve the problem.
The libvirt defaults for the master and worker memory are 7G and 5G respectively,
so setting the boostrap default to 5G.
  • Loading branch information
Prashanth684 committed Apr 2, 2020
1 parent e023f63 commit 3d834a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/data/libvirt/bootstrap/main.tf
Expand Up @@ -13,7 +13,7 @@ resource "libvirt_ignition" "bootstrap" {
resource "libvirt_domain" "bootstrap" {
name = "${var.cluster_id}-bootstrap"

memory = "2048"
memory = "5120"

vcpu = "2"

Expand Down

0 comments on commit 3d834a1

Please sign in to comment.