mirror of
https://gitee.com/callmer/pve_toss_notes.git
synced 2026-08-31 05:52:52 +08:00
修复参数一致性
This commit is contained in:
+2
-2
@@ -232,8 +232,8 @@ net.core.netdev_budget_usecs = 20000
|
||||
|
||||
net.core.rps_sock_flow_entries = 32768
|
||||
net.core.somaxconn = 8192
|
||||
net.core.rmem_max = 26214400
|
||||
net.core.wmem_max = 655360
|
||||
net.core.rmem_max = 536870912
|
||||
net.core.wmem_max = 536870912
|
||||
|
||||
net.ipv4.conf.all.accept_redirects = 0
|
||||
net.ipv4.conf.default.accept_redirects = 0
|
||||
|
||||
@@ -19,8 +19,8 @@ net.core.netdev_budget_usecs = 20000
|
||||
|
||||
net.core.rps_sock_flow_entries = 32768
|
||||
net.core.somaxconn = 8192
|
||||
net.core.rmem_max = 26214400
|
||||
net.core.wmem_max = 655360
|
||||
net.core.rmem_max = 536870912
|
||||
net.core.wmem_max = 536870912
|
||||
|
||||
net.ipv4.conf.all.accept_redirects = 0
|
||||
net.ipv4.conf.default.accept_redirects = 0
|
||||
|
||||
Reference in New Issue
Block a user