Skip to content

Commit

Permalink
Bump worker to match production
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Nov 14, 2023
1 parent 42bbb38 commit 917cfa2
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 @@ -506,8 +506,8 @@ Resources:
awslogs-group: !Ref WorkerTaskLogGroup
awslogs-region: !Ref AWS::Region
awslogs-stream-prefix: ecs
Memory: !If [IsProduction, 4000, 1000]
MemoryReservation: !If [IsProduction, 1000, 500]
Memory: !If [IsProduction, 4000, 3700]
MemoryReservation: !If [IsProduction, 1000, 1000]
Name: !Ref kWorkerContainerName
PortMappings:
- ContainerPort: !Ref kApplicationPort
Expand Down

0 comments on commit 917cfa2

Please sign in to comment.