Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that
pasta(Podman’s rootless network engine) does not play well with thebbrcongestion control, and causes TCP stalls on outbound (send) directions, eventually resulting in timeouts.Such TCP stall looks similar to an MTU issue, which may lead to people wasting hours exploring an incorrect path.
Here is the workaround. Put this to
~/.config/containers/containers.conf.d/tcp-cubic.confOn some networks, you also need to lower the MTU. If that’s the case, put this to
~/.config/containers/containers.conf.d/mtu.confNote that lowering the MTU generally reduces
pasta’s performance. But there are network environments where it is necessary.I hope this can help people who come across a similar issue.
Beta Was this translation helpful? Give feedback.
All reactions