Skip to content

Commit c0fd322

Browse files
authored
Bit of a balancing act with Bugzilla memory consumption, since it's on ECS
1 parent 26d239f commit c0fd322

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AWS-docker-compose.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ version: '2'
22
services:
33
meteor:
44
image: ulexus/meteor:build
5-
mem_limit: 1g
5+
mem_reservation: 1g
6+
mem_limit: 2g
67
ports:
78
- "8080:3000"
89
environment:

0 commit comments

Comments
 (0)