Skip to content

Commit

Permalink
docs(troubleshooting): add network stalled solution for ubuntu linux (f…
Browse files Browse the repository at this point in the history
…ixes #11468) (#11959)
  • Loading branch information
rkurbatov committed Feb 14, 2023
1 parent 18fa8f0 commit c79582b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/troubleshooting.md
Expand Up @@ -49,6 +49,8 @@ If the above steps don't work, you can try adding `DefaultLimitNOFILE=65536` as
- /etc/systemd/system.conf
- /etc/systemd/user.conf

For Ubuntu Linux, you may need to add the line `* - nofile 65536` to the file `/etc/security/limits.conf` instead of updating systemd config files.

Note that these settings persist but a **restart is required**.

### Network requests stop loading
Expand Down

0 comments on commit c79582b

Please sign in to comment.