在控制器的/etc/sysctl.conf 文件下加入下面几行命令

[root@LX-OS-node1 ~]# vi /etc/sysctl.conf 

net.ipv4.neigh.default.gc_thresh1 = 1024

net.ipv4.neigh.default.gc_thresh2 = 4096

net.ipv4.neigh.default.gc_thresh3 = 8192


[root@LX-OS-node1 ~]# sysctl -p /etc/sysctl.conf    #使上面的配置生效


官网的解决解决方案

https://www.mirantis.com/blog/improving-dhcp-performance-openstack/