Skip to content

Commit

Permalink
feat: increase aylas-one instance RAM from 6 GiB to 8
Browse files Browse the repository at this point in the history
This will be necessary to accomodate more services.
  • Loading branch information
AlexTMjugador committed Sep 3, 2023
1 parent 3b1b65b commit 6ba78cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6ba78cc

Please sign in to comment.