配置环境基线
本特性基于“Docker+Bond4+IPVLAN”的组网环境进行优化。安装和使用该特性进行性能测试之前,请确保已完成相应组网环境的搭建。
- 在使能特性之前,在Server端执行以下命令进行环境基线配置。
1 2 3 4 5 6 7
systemctl stop firewalld.service systemctl disable firewalld.service sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/sysconfig/selinux setenforce 0 systemctl stop irqbalance.service systemctl disable irqbalance.service swapoff -a
- 分别执行以下三条命令。
1sed -i "s/CleanupModulesOnExit=no/CleanupModulesOnExit=yes/g" /etc/firewalld/*.conf
1systemctl restart firewalld
1systemctl stop firewalld
父主题: 安装和使用