mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-09-01 06:22:52 +08:00
精简 SYSCTL 参数
This commit is contained in:
@@ -228,8 +228,6 @@ net.ipv4.conf.default.arp_ignore = 1
|
|||||||
net.ipv4.conf.all.rp_filter = 2
|
net.ipv4.conf.all.rp_filter = 2
|
||||||
net.ipv4.conf.default.rp_filter = 2
|
net.ipv4.conf.default.rp_filter = 2
|
||||||
|
|
||||||
net.ipv4.conf.all.log_martians = 1
|
|
||||||
|
|
||||||
net.ipv4.igmp_max_memberships = 256
|
net.ipv4.igmp_max_memberships = 256
|
||||||
|
|
||||||
net.ipv4.route.error_burst = 500
|
net.ipv4.route.error_burst = 500
|
||||||
@@ -246,9 +244,6 @@ net.ipv4.tcp_notsent_lowat = 131072
|
|||||||
net.ipv4.tcp_rmem = 4096 87380 26214400
|
net.ipv4.tcp_rmem = 4096 87380 26214400
|
||||||
net.ipv4.tcp_wmem = 4096 16384 655360
|
net.ipv4.tcp_wmem = 4096 16384 655360
|
||||||
|
|
||||||
net.ipv6.conf.all.accept_ra = 0
|
|
||||||
net.ipv6.conf.default.accept_ra = 0
|
|
||||||
|
|
||||||
net.ipv6.conf.all.accept_redirects = 0
|
net.ipv6.conf.all.accept_redirects = 0
|
||||||
net.ipv6.conf.default.accept_redirects = 0
|
net.ipv6.conf.default.accept_redirects = 0
|
||||||
|
|
||||||
|
|||||||
@@ -34,8 +34,6 @@ net.ipv4.conf.default.arp_ignore = 1
|
|||||||
net.ipv4.conf.all.rp_filter = 2
|
net.ipv4.conf.all.rp_filter = 2
|
||||||
net.ipv4.conf.default.rp_filter = 2
|
net.ipv4.conf.default.rp_filter = 2
|
||||||
|
|
||||||
net.ipv4.conf.all.log_martians = 1
|
|
||||||
|
|
||||||
net.ipv4.igmp_max_memberships = 256
|
net.ipv4.igmp_max_memberships = 256
|
||||||
|
|
||||||
net.ipv4.route.error_burst = 500
|
net.ipv4.route.error_burst = 500
|
||||||
@@ -52,9 +50,6 @@ net.ipv4.tcp_notsent_lowat = 131072
|
|||||||
net.ipv4.tcp_rmem = 4096 87380 26214400
|
net.ipv4.tcp_rmem = 4096 87380 26214400
|
||||||
net.ipv4.tcp_wmem = 4096 16384 655360
|
net.ipv4.tcp_wmem = 4096 16384 655360
|
||||||
|
|
||||||
net.ipv6.conf.all.accept_ra = 0
|
|
||||||
net.ipv6.conf.default.accept_ra = 0
|
|
||||||
|
|
||||||
net.ipv6.conf.all.accept_redirects = 0
|
net.ipv6.conf.all.accept_redirects = 0
|
||||||
net.ipv6.conf.default.accept_redirects = 0
|
net.ipv6.conf.default.accept_redirects = 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user