Skip to content

Commit 92b62d5

Browse files
authored
Update config_examples.md (#191)
Updated the `ASSIGN_IP` value
1 parent faf88be commit 92b62d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/DCP-documentation/config_examples.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Our internal configurations for each pipeline are as follows:
4747
| EBS_VOL_SIZE (if using S3 mounted as a file system) | 22 | 22 | 22 | 22 | 22 | Files are read directly off of S3, mounted as a file system when `DOWNLOAD_FILES = False`. |
4848
| EBS_VOL_SIZE (if downloading files) | 22 | 200 | 22 | 22 | 40 | Files are downloaded to the EBS volume when `DOWNLOAD_FILES = True`. |
4949
| DOWNLOAD_FILES | 'False' | 'False' | 'False' | 'False' | 'False' | |
50-
| ASSIGN_IP | 'False' | 'False' | 'False' | 'False' | 'False' | |
50+
| ASSIGN_IP | 'True' | 'True' | 'True' | 'True' | 'True' | |
5151
| DOCKER_CORES | 4 | 4 | 4 | 4 | 3 | If using c class machines and large images (2k + pixels) then you might need to reduce this number. |
5252
| CPU_SHARES | DOCKER_CORES * 1024 | DOCKER_CORES * 1024 | DOCKER_CORES * 1024 | DOCKER_CORES * 1024 | DOCKER_CORES * 1024 | We never change this. |
5353
| MEMORY | 7500 | 7500 | 7500 | 7500 | 7500 | This must match your machine type. m class use 15000, c class use 7500. |

0 commit comments

Comments
 (0)