Skip to content

Commit

Permalink
Bump memory size of Crater EC2
Browse files Browse the repository at this point in the history
This should make it less prone to OOMs.
  • Loading branch information
Mark-Simulacrum committed Mar 7, 2024
1 parent e60ca35 commit adae235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/crater/instance.tf
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ resource "aws_iam_instance_profile" "crater" {

resource "aws_instance" "crater" {
ami = data.aws_ami.ubuntu.id
instance_type = "c5a.large"
instance_type = "m6a.large"
key_name = data.terraform_remote_state.shared.outputs.master_ec2_key_pair
iam_instance_profile = aws_iam_instance_profile.crater.name
ebs_optimized = true
Expand Down

0 comments on commit adae235

Please sign in to comment.