We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04dc035 commit ad4dcc3Copy full SHA for ad4dcc3
1 file changed
example_project/config.py
@@ -18,14 +18,14 @@
18
CLUSTER_MACHINES = 3
19
TASKS_PER_MACHINE = 1
20
MACHINE_TYPE = ['c4.xlarge']
21
-MACHINE_PRICE = 0.10
+MACHINE_PRICE = 0.13
22
EBS_VOL_SIZE = 22 # In GB. Minimum allowed is 22.
23
DOWNLOAD_FILES = 'False'
24
25
# DOCKER INSTANCE RUNNING ENVIRONMENT:
26
DOCKER_CORES = 1 # Number of CellProfiler processes to run inside a docker container
27
CPU_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
+MEMORY = 7000 # Memory assigned to the docker container in MB
29
SECONDS_TO_START = 3*60 # Wait before the next CP process is initiated to avoid memory collisions
30
31
# SQS QUEUE INFORMATION:
0 commit comments