#165 调整systemd作为supervisior时的最大文件句柄数。
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user