Skip to content

Commit

Permalink
oasys: increase swap on t2 DB (#9002)
Browse files Browse the repository at this point in the history
  • Loading branch information
drobinson-moj authored Dec 6, 2024
1 parent e6dbb9c commit a5b12d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/environments/oasys/locals_test.tf
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ locals {
"/dev/sde" = { label = "data", size = 500 }
"/dev/sdf" = { label = "data", size = 500 }
"/dev/sdj" = { label = "flash", size = 200 }
"/dev/sds" = { label = "swap", size = 2 }
"/dev/sds" = { label = "swap", size = 4 }
}
instance = merge(local.ec2_instances.db19c.instance, {
disable_api_termination = true
Expand Down

0 comments on commit a5b12d4

Please sign in to comment.