Skip to content

Commit

Permalink
Merge pull request #1126 from LibraryOfCongress/increase-importer-memory
Browse files Browse the repository at this point in the history
Remove unnecessary hard memory limits from task containers
  • Loading branch information
rstorey committed Oct 16, 2019
2 parents 12b23c9 + 222a1a5 commit 01d79f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cloudformation/infrastructure/fargate-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,6 @@ Resources:
ContainerDefinitions:
- Name: app
Cpu: 2048
Memory: 8192
Image: !Sub "${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/concordia:${ConcordiaVersion}"
LogConfiguration:
LogDriver: awslogs
Expand Down Expand Up @@ -321,7 +320,6 @@ Resources:
- ContainerPort: 80
- Name: importer
Cpu: 1024
Memory: 4096
Image: !Sub "${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/concordia/importer:${ConcordiaVersion}"
LogConfiguration:
LogDriver: awslogs
Expand Down Expand Up @@ -367,7 +365,6 @@ Resources:
ContainerPath: /concordia_images
- Name: celerybeat
Cpu: 1024
Memory: 2048
Image: !Sub "${AWS::AccountId}.dkr.ecr.${AWS::Region}.amazonaws.com/concordia/celerybeat:${ConcordiaVersion}"
LogConfiguration:
LogDriver: awslogs
Expand Down

0 comments on commit 01d79f2

Please sign in to comment.