Rocky8 & 9 禁用dnf-makecache

默认分类 · 02-05

巡检几台低配置的 Rocky8 & 9 机器发现隔一段时间就会高负载,检查系统日志得知后台有一个dnf-makecache.timer的定时器在定时更新dnf(yum) cache,机器不需要保持cache更新,在安装软件包时手动makecache就行,记一下免得以后装新机器忘了

停止并禁用定时器

systemctl stop dnf-makecache.timer
systemctl disable dnf-makecache.timer
Theme Jasmine by Kent Liao