mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-19 22:42:24 -05:00
raise tcp_wmem[2] for update servers
Linux recently raised the default tcp_rmem[2] to 32MiB so it makes sense to match it on the sending side to maximize bandwidth.
This commit is contained in:
parent
04479af3ad
commit
e5ae9ca13b
1 changed files with 3 additions and 3 deletions
6
hosts.sh
6
hosts.sh
|
|
@ -109,9 +109,9 @@ declare -Ar hosts_reserved_ports=(
|
|||
)
|
||||
|
||||
declare -Ar hosts_tcp_wmem_max=(
|
||||
[0.releases.grapheneos.org]=16777216
|
||||
[1.releases.grapheneos.org]=16777216
|
||||
[2.releases.grapheneos.org]=16777216
|
||||
[0.releases.grapheneos.org]=33554432
|
||||
[1.releases.grapheneos.org]=33554432
|
||||
[2.releases.grapheneos.org]=33554432
|
||||
[matrix.grapheneos.org]=16777216
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue