Page MenuHomeSoftware Heritage

Increase the memory allocated to webapp1
ClosedPublic

Authored by vsellier on Aug 29 2022, 2:18 PM.

Details

Reviewers
ardumont
Group Reviewers
System administrators
Maniphest Tasks
Restricted Maniphest Task
Commits
rSPRE007fcff7d36f: Increase the memory allocated to webapp1
Summary

Related to T4467

Test Plan
Terraform will perform the following actions:

  # module.webapp1.proxmox_vm_qemu.node will be updated in-place
  ~ resource "proxmox_vm_qemu" "node" {
      ~ balloon                   = 2048 -> 8192
        id                        = "hypervisor3/qemu/125"
      ~ memory                    = 8192 -> 12288
        name                      = "webapp1"
        # (40 unchanged attributes hidden)

        # (2 unchanged blocks hidden)
    }

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 is now accepted and ready to land.Aug 29 2022, 2:19 PM
This revision was automatically updated to reflect the committed changes.