分享

统信UOS系统性能优化指南

关闭不必要的服务
  1. sudo systemctl disable cups.service bluetooth.service  
复制代码
调整Swappiness值(建议8GB内存设为10)
  1. echo "vm.swappiness=10" | sudo tee -a /etc/sysctl.conf  
复制代码
启用Zswap压缩内存
编辑:
  1. /etc/default/grub
复制代码
  1. GRUB_CMDLINE_LINUX_DEFAULT="zswap.enabled=1 zswap.compressor=lz4"  
复制代码
优化SSD磁盘IO
  1. sudo fstrim -v /  
  2. sudo systemctl enable fstrim.timer  
复制代码


版权说明:论坛帖子主题均由合作第三方提供并上传,若内容存在侵权,请进行举报

没找到任何评论,期待你打破沉寂

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

联系在线客服