[Others] Python内存占用过高
Tofloor
poster avatar
ming-bin
deepin
2021-01-08 19:09
Author

Python内存占用5G,处理器占用8%,这是正常的吗?我用不到Python能不能卸载掉

Reply Favorite View the author
All Replies
非专业摸鱼选手
deepin
2021-01-08 19:35
#1

卸载sudo apt remove python

sudo apt autoremove

sudo apt autoclean

搞定

Reply View the author
Maicss
deepin
2021-01-08 20:47
#2

不建议卸载python,看看是不是某些其他软件导致的

Reply View the author
mmlmonkey
deepin
2021-01-08 21:41
#3

查看具体的Python进程 千万别学一楼 python是祖宗级的依赖 啥都给你卸了没了

Reply View the author
ming-bin
deepin
2021-01-08 21:48
#4
Maicss

不建议卸载python,看看是不是某些其他软件导致的

我结束了该进程,没有软件受到影响,不知道是不是系统在用

Reply View the author
caoayu
deepin
2021-01-08 22:43
#5

结束掉就好了,估计是有进程调用了Python,系统依赖Python的,卸载系统可能会出问题

Reply View the author