5ec7c3afa7
running with "ProtectSystem=full" write access to the certificate store. The acme.json file will be automatically moved and the configuration will be updated accordingly. - Added /usr/lib/sysctl.d/90-itraefik.conf to increase UDP Buffer sizes as explained at https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes OBS-URL: https://build.opensuse.org/package/show/devel:kubic/traefik?expand=0&rev=49
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
|