File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818CLUSTER_MACHINES = 3
1919TASKS_PER_MACHINE = 1
2020MACHINE_TYPE = ['c4.xlarge' ]
21- MACHINE_PRICE = 0.10
21+ MACHINE_PRICE = 0.13
2222EBS_VOL_SIZE = 22 # In GB. Minimum allowed is 22.
2323DOWNLOAD_FILES = 'False'
2424
2525# DOCKER INSTANCE RUNNING ENVIRONMENT:
2626DOCKER_CORES = 1 # Number of CellProfiler processes to run inside a docker container
2727CPU_SHARES = DOCKER_CORES * 1024 # ECS computing units assigned to each docker container (1024 units = 1 core)
28- MEMORY = 7500 # Memory assigned to the docker container in MB
28+ MEMORY = 7000 # Memory assigned to the docker container in MB
2929SECONDS_TO_START = 3 * 60 # Wait before the next CP process is initiated to avoid memory collisions
3030
3131# SQS QUEUE INFORMATION:
You can’t perform that action at this time.
0 commit comments