Skip to content

Commit

Permalink
Lower limits
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Nov 14, 2023
1 parent c670674 commit f4693db
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, 4000]
MemoryReservation: !If [IsProduction, 4000, 4000]
Memory: !If [IsProduction, 6000, 3900]
MemoryReservation: !If [IsProduction, 4000, 3500]
Name: !Ref kWebContainerName
PortMappings:
- ContainerPort: !Ref kApplicationPort
Expand Down

0 comments on commit f4693db

Please sign in to comment.