sysctl: increase quic buffer
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
00dc56ae04
commit
c35b0147c3
1 changed files with 4 additions and 0 deletions
|
@ -48,6 +48,10 @@ in {
|
||||||
|
|
||||||
# https://docs.syncthing.net/users/faq.html#inotify-limits
|
# https://docs.syncthing.net/users/faq.html#inotify-limits
|
||||||
"fs.inotify.max_user_watches" = 204800;
|
"fs.inotify.max_user_watches" = 204800;
|
||||||
|
|
||||||
|
# https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes
|
||||||
|
"net.core.rmem_max" = 7500000;
|
||||||
|
"net.core.wmem_max" = 7500000;
|
||||||
};
|
};
|
||||||
|
|
||||||
loader = {
|
loader = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue