Skip to content

Commit

Permalink
chore: increase ECS task resources
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverian committed Sep 16, 2024
1 parent 258816a commit 74109b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infra/lib/infra-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ export class InfraStack extends cdk.Stack {
}),
containerPort: 8080,
},
cpu: 1024,
memoryLimitMiB: 2048,
},
)
// ApplicationLoadBalancedFargateService doesn't let us configure this in the constructor.
Expand Down

0 comments on commit 74109b2

Please sign in to comment.