From 6ba78cc322569a6d81d7cc59ad9a07266ddfa227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Gonz=C3=A1lez?= Date: Sun, 3 Sep 2023 15:51:02 +0200 Subject: [PATCH] feat: increase `aylas-one` instance RAM from 6 GiB to 8 This will be necessary to accomodate more services. --- main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.tf b/main.tf index 94b2dbb..8ba5081 100644 --- a/main.tf +++ b/main.tf @@ -146,7 +146,7 @@ resource "oci_core_instance" "aylas-one" { # ARM Ampere® Altra™ instance shape = "VM.Standard.A1.Flex" shape_config { - memory_in_gbs = "6" + memory_in_gbs = "8" ocpus = "2" } source_details {