Skip to content

Commit 115370a

Browse files
authored
Remove DOCKER_BASE_SIZE now that it's auto-calculated
1 parent 4f2897f commit 115370a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
CPU_SHARES = DOCKER_CORES * 1024 # ECS computing units assigned to each docker container (1024 units = 1 core)
2525
MEMORY = 4096 # Memory assigned to the docker container in MB
2626
SECONDS_TO_START = 0*60 # Wait before the next CP process is initiated to avoid memory collisions
27-
DOCKER_BASE_SIZE = 10 # In GB; default is 10. The amount of hard disk space each docker container uses.
28-
# EBS_VOL_SIZE should be >= DOCKER_BASE_SIZE * TASKS_PER_MACHINE
2927

3028
# SQS QUEUE INFORMATION:
3129
SQS_QUEUE_NAME = APP_NAME + 'Queue'

0 commit comments

Comments
 (0)