Is it possible to stop all running processing using the GPU via CUDA, without restarting the machine?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The lsof utility will help with this. You can get a list of processes accessing your NVIDIA cards with:
Then use kill or pkill to terminate the processes you want. Note that you may not want to kill X if it’s running. On my desktop system, both X and kwin are also accessing the GPU.