Skip to content

Commit

Permalink
Match what's in production
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Nov 13, 2023
1 parent 48291c0 commit 31e5659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spire/templates/apps/augury.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,8 @@ Resources:
awslogs-group: !Ref WebTaskLogGroup
awslogs-region: !Ref AWS::Region
awslogs-stream-prefix: ecs
Memory: !If [IsProduction, 6000, 1000]
MemoryReservation: !If [IsProduction, 4000, 500]
Memory: !If [IsProduction, 6000, 6000]
MemoryReservation: !If [IsProduction, 4000, 4000]
Name: !Ref kWebContainerName
PortMappings:
- ContainerPort: !Ref kApplicationPort
Expand Down

0 comments on commit 31e5659

Please sign in to comment.