为什么centos7运行一会会卡住

Windows11
VMware Workstatio CentOS7启动后运行一会后会死机卡住

你运行了CentOS7的桌面,桌面确实很卡,试试关闭桌面

  1. systemctl get-default查看启动模式,是不是图像化界面
  2. systemctl set-default multi-user.target通过命令将系统启动模式设置为多用户模式,reboot
    试试效果