#165 调整systemd作为supervisior时的最大文件句柄数。

This commit is contained in:
luqiuwen
2019-09-23 15:33:55 +08:00
parent aa89caa453
commit 721820e37a
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ net.ipv4.conf.all.rp_filter=0
net.ipv4.conf.default.rp_filter=0
# fs
fs.file-max=1048560
fs.file-max=1048576
net.core.netdev_max_backlog=1000000
net.core.somaxconn=131072
@@ -29,4 +29,4 @@ net.ipv4.tcp_sack=1
net.ipv4.tcp_timestamps=1
# disable tcp windows scaling for kernel bugs
net.ipv4.tcp_window_scaling=0
net.ipv4.tcp_window_scaling=0