dask / dask/dask-cloudprovider
Switch memory specification to use Dask style strings
Open
enhancement
hygiene
provider/aws/ecs
- Dominant language
- Python
- Stars
- 147
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
In other parts of the Dask project it is common to define memory usage as a human string representation with units. E.g `"4 GB"` or `"1024 MiB"`.
Currently the `ECSCluster` config uses integer values in megabytes for the task memory allocations. We should switch this to use `dask.utils.parse_bytes` for this and update the defaults to be `4096 MiB` or `4 GiB` for example.
Contributor guide
Assessment
This issue has not been assessed yet.