Skip to content

Commit

Permalink
Make more room for the OS
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Nov 14, 2023
1 parent f4693db commit 42bbb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire/templates/apps/augury.yml
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ Resources:
awslogs-group: !Ref WebTaskLogGroup
awslogs-region: !Ref AWS::Region
awslogs-stream-prefix: ecs
Memory: !If [IsProduction, 6000, 3900]
Memory: !If [IsProduction, 6000, 3700]
MemoryReservation: !If [IsProduction, 4000, 3500]
Name: !Ref kWebContainerName
PortMappings:
Expand Down

0 comments on commit 42bbb38

Please sign in to comment.