银河麒麟 V10 2101云虚拟机在利用过程中内存占用非常高导致虚拟机利用卡顿.

RES列占用了14.3g

处理办法一

银河麒麟系统PHP问题银河麒麟 V10云虚拟机mateindicators内核占用过高问题处置 HTML

临时处理,重启图形化做事可开释内存

systemctl restart lightdm

处理办法二

确定操作系统版本

[root@localhost ~]# cat /etc/.kyinfo[dist]name=Kylin-Servermilestone=10-SP1-Release-Build04-20200711arch=arm64beta=Falsetime=2020-07-11 17:16:54dist_id=Kylin-Server-10-SP1-Release-Build04-20200711-arm64-2020-07-11 17:16:54[servicekey]key=0019032[os]to=term=2021-11-25确定待升级组件

[root@bogon ~]# rpm -qa |grep mate-indicatorsmate-indicators-20150918kord0ukui58-10.p01.ky10.aarch64下载相应版本的补丁包

https://update.cs2c.com.cn/NS/V10/V10SP1.1/os/adv/lic/updates/aarch64/Packages

将对应的高版本组件拷贝至指定目录,例如/root/mate-indicators_updates。

升级补丁

rpm -Uvh /root/mate-indicators_updates/.rpm重启系统生效

reboot