get_max_cluster_allocated_memory¶
- HSTB.kluster.dask_helpers.get_max_cluster_allocated_memory(client)¶
Retrieve the max memory across all workers in the cluster added together
- Parameters
client (
Client) – dask client needed to get number of workers and memory limit- Returns
sum of max memory across all workers
- Return type
float