covalenthq / ewm-das

Apache License 2.0
1 stars 1 forks source link

fatled to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kLB). See h ttps://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes for details. #45

Open tarassh opened 15 hours ago

tarassh commented 15 hours ago

a new ipfs node (kubo v0.31.0) when started yields this error in docker environment:

fatled to sufficiently increase receive buffer size (was: 208 kiB, wanted: 7168 kiB, got: 416 kLB). See https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes for details.

The explanation is here: https://github.com/quic-go/quic-go/wiki/UDP-Buffer-Sizes

Actions to do:

gadroen commented 4 hours ago

sudo sysctl -w net.core.rmem_max=8388608 sudo sysctl -w net.core.wmem_max=8388608