Why am I seeing 16 GiB memory when I have an Nvidia Geforce GTX 1650 GPU?

The very right hand column here: GeForce GTX 16 Series Comparison

says I only have 4GB

Hi @nyck33,

This definitely sounds like an issue. How are you starting your Dask cluster, do you have only one worker?

I believe that is unedited after cloning the repo for Dask-Tutorials.

I can reproduce the bug on my laptop too. It seems the GPU is counted 4 times, once for each Worker process. I think it’s worth raising an issue in distributed github issue tracker.

@guillaumeeb please feel free to comment on this: GPU gets counted for each worker · Issue #10331 · dask/dask · GitHub

It would be a bit better to explain the issue in the github thread again than just put a link. Adding the simple code you ran and attaching the screenshot showing 4 GPUs and too much memory displayed.