-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NVIDIA NVML lib memory leak #292
Comments
Looks like NON-DCH 460.89 is fine, 460.89 DCH still has issue of huge memory leak. |
What is dch? |
Microsoft DCH (Declarative Componentized Hardware supported apps) driver and refers to a new Windows 10 driver package preinstalled by OEMS implementing the Microsoft Universal Driver paradigm. While the base core component files remain the same, the way DCH drivers are packaged differs from previous Legacy (Standard) drivers. |
is the beta driver 470.05 effected by this leak as well? thanks for the findings |
It looks like DCH drivers have this issue. Non-DCH are OK. Also 470.05 DCH is affected and is leaking mem badly. |
I found a way to download the 461.92 standard type and it seems the leak I had is gone now. |
Yes, looks like only DCH versions are affected. |
is there anyway to go around this? im using this driver due to having 3060s mining eth on quick miner. |
Try to find non DCH version. |
Latest non-DCH drivers (465.89) work fine for all generations (Pascal, Volta, Turing and Ampere): https://www.nvidia.com/download/driverResults.aspx/172060/en-us No memory leak, decent speeds, complete compatibility. |
Since we have a solution for this, it is no longer relevant. |
Hey guys i tried using the drivers mentioned...atill have mem leak |
EDIT, from last post:
Latest non-DCH drivers (465.89) work fine for all generations (Pascal, Volta, Turing and Ampere): https://www.nvidia.com/download/driverResults.aspx/172060/en-us
No memory leak, decent speeds, complete compatibility.
DCH ONLY!
It looks like latest NVIDIA drivers (461.92 and 491.75, perhaps others) have massive memory leak bugs in NVML library. This memory leak affects all applications using NVML library including Excavator and NiceHash QuickMiner. We have determined that version 460.89 NON-DCH is good and has no memory leak that would affect Excavator or NiceHash QuickMiner hence it can be used for days/weeks without any restarts.
There is a simple test to verify whether you have memory leak version of drivers:
nvidia-smi.exe -l
and observe memory consumption of process nvidia-smi.exe (for example with Task Manager).I will post more information when more is known.
The text was updated successfully, but these errors were encountered: