From 7ca5c63131dd2462488b178f672bb127ffee0070 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Fri, 1 May 2020 00:06:06 -0400 Subject: [PATCH] Reduce memory reservation --- infrastructure/cloudformation/dt/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/cloudformation/dt/task.yaml b/infrastructure/cloudformation/dt/task.yaml index d4e0832..d7c90ba 100644 --- a/infrastructure/cloudformation/dt/task.yaml +++ b/infrastructure/cloudformation/dt/task.yaml @@ -31,7 +31,7 @@ Resources: - Name: defend-together Essential: 'true' Image: !Sub "josephbmanley/defend-together:${DockerTag}" - MemoryReservation: 800 + MemoryReservation: 250 PortMappings: - HostPort: 0 ContainerPort: 7777