We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f2897f commit 115370aCopy full SHA for 115370a
config.py
@@ -24,8 +24,6 @@
24
CPU_SHARES = DOCKER_CORES * 1024 # ECS computing units assigned to each docker container (1024 units = 1 core)
25
MEMORY = 4096 # Memory assigned to the docker container in MB
26
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
29
30
# SQS QUEUE INFORMATION:
31
SQS_QUEUE_NAME = APP_NAME + 'Queue'
0 commit comments