当前位置:网站首页>No process runs when querying GPU, but the video memory is occupied
No process runs when querying GPU, but the video memory is occupied
2022-07-02 06:36:00 【Dull as dull】
Inquire about GPU There is no process running , But the video memory is occupied
1、 Specific performance
nvidia-smi
perhaps gpustat
No process in GPU Up operation , but GPU The video memory is occupied
2、 Cause
There should be a zombie process , It has finished running or is stuck , But the memory is not released , In a suspended state
3、 Solution
3.1 Scheme 1
Restart the computer
3.2 Option two
If the computer cannot be restarted , Then use the command line :
fuser -v /dev/nvidia*
Or when you have administrator privileges
sudo fuser -v /dev/nvidia*
You can see the corresponding device , There is a process .
At the end of the day kill The command line kills the corresponding PID Number .
So it's over
边栏推荐
- The Chinese word segmentation task is realized by using traditional methods (n-gram, HMM, etc.), neural network methods (CNN, LSTM, etc.) and pre training methods (Bert, etc.)
- eslint配置代码自动格式化
- virtualenv和pipenv安装
- web自动中利用win32上传附件
- Selenium+msedgedriver+edge browser installation driver pit
- ModuleNotFoundError: No module named ‘jieba.analyse‘; ‘jieba‘ is not a package
- CUDA用户对象
- Sentinel rules persist to Nacos
- ShardingSphere-JDBC篇
- PgSQL学习笔记
猜你喜欢
Redis——大Key問題
Data science [9]: SVD (2)
Thread hierarchy in CUDA
Redis - hot key issues
The intern left a big hole when he ran away and made two online problems, which made me miserable
Learn about various joins in SQL and their differences
pytest(2) mark功能
unittest.TextTestRunner不生成txt测试报告
qq邮箱接收不到jenkins构建后使用email extension 发送的邮件(timestamp 或 auth.......)
Sublime Text 配置php编译环境
随机推荐
Hydration failed because the initial UI does not match what was rendered on the server.问题原因之一
Sentinel规则持久化到Nacos
MySQL的10大经典错误
CUDA中的Warp Shuffle
20201025 visual studio2019 qt5.14 use of signal and slot functions
The Chinese word segmentation task is realized by using traditional methods (n-gram, HMM, etc.), neural network methods (CNN, LSTM, etc.) and pre training methods (Bert, etc.)
PgSQL学习笔记
TensorRT的功能
Fe - weex uses a simple encapsulated data loading plug-in as the global loading method
数据科学【九】:SVD(二)
Sublime Text 配置php编译环境
10 erreurs classiques de MySQL
Find the highest value of the current element Z-index of the page
Uploading attachments using Win32 in Web Automation
FE - Weex 使用简单封装数据加载插件为全局加载方法
20201025 Visual Studio2019 QT5.14 信号和槽功能的使用
QQ email cannot receive the email sent by Jenkins using email extension after construction (timestamp or auth...)
Android - Kotlin 下使用 Room 遇到 There are multiple good constructors and Room will ... 问题
ctf三计
2020-9-23 QT的定时器Qtimer类的使用。