fix: increase UDP buffer sysctls to 64MB for UHD streaming
This commit is contained in:
parent
0ff970f110
commit
4edc0cecbd
1 changed files with 2 additions and 2 deletions
|
|
@ -11,8 +11,8 @@ services:
|
|||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
sysctls:
|
||||
- net.core.rmem_max=2500000
|
||||
- net.core.wmem_max=2500000
|
||||
- net.core.rmem_max=67108864
|
||||
- net.core.wmem_max=67108864
|
||||
networks:
|
||||
- proxy_network
|
||||
expose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue