RHEL10使用tuned开启性能模式
先检测是否安装tuned,如果没有就
sudo dnf install tuned安装安装后
sudo systemctl status tuned检测是否启动或启用,没有的话执行相应操作sudo tuned-adm active检测当前启用的预设,如果是虚拟机安装的话默认一般是virtual-guestsudo tuned-adm list查看预设列表。新版RHEL10的性能模式预设是throughput-performance。sudo tuned-adm profile throughput-performance切换为性能预设,并且使用sudo tuned-adm active验证。
许可协议:
CC BY 4.0