Alexandre Vicenzi
f195877329
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=53
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
#
|
|
# Increase the maximum UDP Buffer size to prevent dropping
|
|
# incoming packaets by the kernel
|
|
#
|
|
# https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
|
|
#
|
|
|
|
net.core.rmem_max=7500000
|
|
net.core.wmem_max=7500000
|