From ee788e02a4008ca4226a757dfda5465689f966ca Mon Sep 17 00:00:00 2001 From: Guillaume Maze Date: Wed, 15 Jan 2025 10:07:38 +0100 Subject: [PATCH] Update README.md --- practice/environment/coiled/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/practice/environment/coiled/README.md b/practice/environment/coiled/README.md index 412bb90..f7866e9 100644 --- a/practice/environment/coiled/README.md +++ b/practice/environment/coiled/README.md @@ -62,8 +62,8 @@ from dask.distributed import Client You can then connect to one of the existing clusters: -- ``ds2-highcpu-binder``: 128 vCPUs, 0.9 GB of system memory per vCPU -- ``ds2-highmem-binder``: 64 vCPUs, 6.5 GB of system memory per vCPU +- ``ds2-highcpu-binder``: 160 vCPUs, 3.75 GB of system memory per vCPU +- ``ds2-highmem-binder``: 20 vCPUs, 6.5 GB of system memory per vCPU Connect to the cluster, and make it available to Dask for your computation ```python