mirror of
https://github.com/outbackdingo/ack-image-builder.git
synced 2026-01-27 10:18:13 +00:00
11 lines
289 B
Bash
Executable File
11 lines
289 B
Bash
Executable File
#!/bin/sh
|
|
/usr/sbin/sysctl -w net.ipv4.vs.conn_reuse_mode=1
|
|
# 如果压测出现客户端分配不到端口可以改成2
|
|
EOF
|
|
|
|
chmod +x /root/set-ipvs-sysctls.sh
|
|
|
|
echo '*/1 * * * * root bash /root/set-ipvs-sysctls.sh' >> /etc/cron.d/setsysctl
|
|
|
|
systemctl reload crond
|
|
systemctl restart crond |