Page MenuHomeSoftware Heritage

thanos: Increase the allocated memory to avoid OOM killer
ClosedPublic

Authored by vsellier on Sep 8 2022, 10:50 AM.

Details

Test Plan

Already applied:

Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
  ~ update in-place

Terraform will perform the following actions:

  # module.thanos.proxmox_vm_qemu.node will be updated in-place
  ~ resource "proxmox_vm_qemu" "node" {
      ~ balloon                   = 1024 -> 4096
        id                        = "branly/qemu/158"
      ~ memory                    = 4096 -> 8192
        name                      = "thanos"
        # (37 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Diff Detail

Repository
rSPRE sysadm-provisioning
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

vsellier created this revision.
This revision was not accepted when it landed; it landed in state Needs Review.Sep 8 2022, 11:08 AM
This revision was automatically updated to reflect the committed changes.