Skip to content

Commit 6274a96

Browse files
committed
deploy: 54b1896
1 parent fe26ae8 commit 6274a96

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

_sources/config_examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Our internal configurations for each pipeline are as follows:
4040
| DESTINATION_BUCKET | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | 'BUCKET' | Usually a bucket in the account that is running DCP. |
4141
| UPLOAD_FLAGS | '' | '' | '' | '' | '' | |
4242
| ECS_CLUSTER | 'default' | 'default' | 'default' | 'default' | 'default' | Most of the time we all just use the default cluster but if there are multiple jobs being run at once you can create your own cluster by changing default to YOURNAME so that the correct dockers go on the correct machines. |
43-
| CLUSTER_MACHINES | 100-200 | number of plates / CPUs and rounded up | 25-100 | 25-100 | 100-200 | AWS has limits on the number of machines you can request at a time. 200 is generally the largest we request for a single job to ensure there is some capacity for other users in the team. |
43+
| CLUSTER_MACHINES | 100-200 | number of plates / 4 and rounded up | 25-100 | 25-100 | 100-200 | AWS has limits on the number of machines you can request at a time. 200 is generally the largest we request for a single job to ensure there is some capacity for other users in the team. For Illum, use number of plates divided by number of CPUs - we assume 4 vCPUs (as on 'c5.xlarge' machines).|
4444
| TASKS_PER_MACHINE | 1 | 1 | 1 | 1 | 1 | |
4545
| MACHINE_TYPE | ['c5.xlarge'] | ['c5.xlarge'] | ['c5.xlarge'] | ['c5.xlarge'] | ['c5.xlarge'] | Historically we have used m4.xlarge and then m5.xlarge however very recently we have been having a hard time getting m class machines so we have switched to c class. Note that they have different memory sizes so you need to make sure MEMORY is set correctly if changing between classes. |
4646
| MACHINE_PRICE | .20 | .20 | .20 | .20 | .20 | Will be different for different size/classes of machines. |

config_examples.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,11 +543,11 @@ <h1>config.py configuration examples<a class="headerlink" href="#config-py-confi
543543
</tr>
544544
<tr class="row-even"><td><p>CLUSTER_MACHINES</p></td>
545545
<td><p>100-200</p></td>
546-
<td><p>number of plates / CPUs and rounded up</p></td>
546+
<td><p>number of plates / 4 and rounded up</p></td>
547547
<td><p>25-100</p></td>
548548
<td><p>25-100</p></td>
549549
<td><p>100-200</p></td>
550-
<td><p>AWS has limits on the number of machines you can request at a time. 200 is generally the largest we request for a single job to ensure there is some capacity for other users in the team.</p></td>
550+
<td><p>AWS has limits on the number of machines you can request at a time. 200 is generally the largest we request for a single job to ensure there is some capacity for other users in the team. For Illum, use number of plates divided by number of CPUs - we assume 4 vCPUs (as on ‘c5.xlarge’ machines).</p></td>
551551
</tr>
552552
<tr class="row-odd"><td><p>TASKS_PER_MACHINE</p></td>
553553
<td><p>1</p></td>

0 commit comments

Comments
 (0)