I've just set up a deep learning machine with an NVidia GTX 1080 with 11 GB. It was working pretty well until recently, it starts throwing errors when I'm running my Jupyter notebooks. They will be MemoryErrors, ResourceExhaustedErrors, or the computer freezes all together.
I typed in nvidia-smi -l 3
into the terminal, and I got this image. It looks like the memory is being used to the max, especially by that Anaconda3. Would deleting it and reinstalling it by pip
, for example, solve the issue.
I've included a link to the image I'm getting in the terminal. Please check it out and let me know your suggestions.
Thank you in advance. I also copy and pasted it into this question, but looking at the image is way cleaner.
Image of table (same like below):
| NVIDIA-SMI 390.48 Driver Version: 390.48 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 108... Off | 00000000:01:00.0 On | N/A |
| 5% 49C P8 9W / 250W | 11122MiB / 11175MiB | 0% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1110 G /usr/lib/xorg/Xorg 16MiB |
| 0 1147 G /usr/bin/gnome-shell 50MiB |
| 0 1397 G /usr/lib/xorg/Xorg 90MiB |
| 0 1526 G /usr/bin/gnome-shell 40MiB |
| 0 1967 G /usr/lib/firefox/firefox 2MiB |
| 0 2283 G /usr/lib/firefox/firefox 2MiB |
| 0 2512 C /home/vivek/anaconda3/bin/python 10515MiB |
| 0 2803 C /home/vivek/anaconda3/bin/python 383MiB |
+-----------------------------------------------------------------------------+