Skip to content

Commit ad4dcc3

Browse files
authored
make example config run easier
1 parent 04dc035 commit ad4dcc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example_project/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
CLUSTER_MACHINES = 3
1919
TASKS_PER_MACHINE = 1
2020
MACHINE_TYPE = ['c4.xlarge']
21-
MACHINE_PRICE = 0.10
21+
MACHINE_PRICE = 0.13
2222
EBS_VOL_SIZE = 22 # In GB. Minimum allowed is 22.
2323
DOWNLOAD_FILES = 'False'
2424

2525
# DOCKER INSTANCE RUNNING ENVIRONMENT:
2626
DOCKER_CORES = 1 # Number of CellProfiler processes to run inside a docker container
2727
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
28+
MEMORY = 7000 # Memory assigned to the docker container in MB
2929
SECONDS_TO_START = 3*60 # Wait before the next CP process is initiated to avoid memory collisions
3030

3131
# SQS QUEUE INFORMATION:

0 commit comments

Comments
 (0)