Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Kazuhiro Serizawa committed Nov 11, 2020
1 parent 85872cb commit 0159d45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public static EcsClientConfig createFromTaskConfig(final Optional<String> cluste
// - placementStrategyType (optional/String)
// - placementStrategyField (optional/String)
// - task_cpu (optional/String) e.g. `1 vcpu` or `1024` (CPU unit)
// - task_memory (optional/String) e.g. `1 GB` or `1024` (Mib)
// - task_memory (optional/String) e.g. `1 GB` or `1024` (MiB)
// For more detail of the value format of `task_cpu` and `task_memory`, please see
// https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task_definition_parameters.html#task_size
final Config ecsConfig = taskConfig.getNested(TASK_CONFIG_ECS_KEY).deepCopy();
Expand Down

0 comments on commit 0159d45

Please sign in to comment.