码迷,mamicode.com
首页 > 系统相关 > 详细

虚拟机内存占用高自动杀死进程

时间:2021-06-02 11:43:20      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:debuginfo   start   sea   systemctl   cloud   gpg   art   mirrors   osi   

# 2. 新建 CentOS-aliyun.repo 文件
cd /etc/yum.repos.d
cp CentOS-Base.repo CentOS-aliyun.repo

# 3. 在CentOS-ucloud.repo文件末尾添加如下代码
vim CentOS-aliyun.repo

[kernel]
name=kernel Repository
baseurl=http://mirrors.aliyun.cn/aliyun/centos/$releasever/$basearch
gpgcheck=0
enabled=1

# 4. 执行以下命令更新yum cache
yum clean all
yum makecache

# 5. 安装earlyoom
yum list | grep earlyoom
yum install earlyoom.x86_64 -y
# 如果需要 debuginfo:
yum install earlyoom-debuginfo.x86_64 -y

systemctl start earlyoom.service
systemctl status earlyoom.service
systemctl enable earlyoom.service

虚拟机内存占用高自动杀死进程

标签:debuginfo   start   sea   systemctl   cloud   gpg   art   mirrors   osi   

原文地址:https://www.cnblogs.com/suyj/p/14814293.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!