Ubuntu 18.04 下载大文件时崩溃

Ubuntu 18.04 下载大文件时崩溃

我有一个 Ubuntu 系统 18.04,我的电脑有 i7 核心和 GPU rtx 2070,当我从 Firefox 或 wget 下载大文件时,我的系统崩溃了。

另外,我从系统日志中得到了类似的信息:

BUG:无法处理地址为:0000050000000000 的页面错误
PF 监控器在内核 PF 中读取访问
:error_code(0x0000) - 不存在页面

还可以通过执行 free -h 获得:

total used free shared buff/cache available Mem: 31G 2.3G 21G 201M 7.5G 28G Swap: 2.0G 0B 2.0G

从 sysctl vm.swappiness 我得到:

sysctl: cannot stat /proc/sys/vm/swappiness/: Not a director

并检查sudo journalctl -b -1 -e

Apr 12 17:22:43 michalislazarou-System-Product-Name kernel: ucsi_ccg 0-0008: failed to reset PPM! Apr 12 17:22:43 michalislazarou-System-Product-Name kernel: ucsi_ccg 0-0008: PPM init failed (-110) Apr 12 17:23:45 michalislazarou-System-Product-Name kernel: BUG: unable to handle page fault for address: ffffa36c15823008

相关内容