Skip to content

Commit

Permalink
Update aws.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cjgarson authored Sep 19, 2024
1 parent 853f6a0 commit 27b9ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ the on-demand instance cost - you'll always pay the current market price, not yo
| imageSizeMapping | Max images count to instance size mapping. (See below.) |
| addSwap | Optionally add this much swap space to the instance as a factor of total RAM (`RAM * addSwap`). A value of `1` sets a swapfile equal to the available RAM. |
| dockerImage | Docker image to launch |
| dockerDataDirMountPath | Path on node host to map to NodeODM data directory (/var/www/data). Use local instance storage for much faster I/O. If set, root EBS vol storage is moot. |
| dockerDataDirMountPath | Path on node host to map to NodeODM data directory (/var/www/data). Use local instance storage for much faster I/O. |
| nodeSetupCmd | Can be optionally used to run a setup command on auto-scaled nodes right before we run ODM. |

## Image Size Mapping
Expand Down

0 comments on commit 27b9ac6

Please sign in to comment.