#关闭numa
在bios层面numa关闭时,无论os层面的numa是否打开,都不会影响性能
numactl --hardware
available: 1 nodes (0) #如果是2或多个nodes就说明numa没关掉
数据库层默认关闭numa
mysql> show variables like '%numa%';
#CPU运行于性能模式
查看命令:tuned-adm active
修改命令:tuned-adm profile throughput-performance
#irqbalance
irqbalance用于优化中断分配,当启动irqbalance服务时,irqbalance会尽可能地将中断均匀地分发给各个CPU core.
service irqbalance status