Skip to content

Commit

Permalink
fix(terraform): Increase vcpu of batch compute environment (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
matbeales authored Aug 8, 2024
1 parent 9f435e7 commit ca96b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/terraform/modules/service/batch.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ module "batch" {

compute_resources = {
type = "FARGATE"
max_vcpus = 4
max_vcpus = 16
security_group_ids = var.services["api"]["security_group_ids"]
subnets = var.batch.subnet_ids
}
Expand Down

0 comments on commit ca96b7a

Please sign in to comment.