Skip to content

Commit 3c642ad

Browse files
committed
include memory limit
1 parent 6a87f9d commit 3c642ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webapp/app.py

+1
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def get_or_make_container(email):
199199
image['Id'],
200200
None,
201201
hostname="{user}box".format(user=name.split('-')[0]),
202+
mem_limit=CONTAINER_MEM_LIMIT,
202203
ports=[8888, 4200],
203204
)
204205

0 commit comments

Comments
 (0)