Skip to content

Commit

Permalink
docs: Added additional workaround steps for stalled requests (#10777)
Browse files Browse the repository at this point in the history
  • Loading branch information
IPWright83 committed Nov 9, 2022
1 parent 4caf4b6 commit cb84f37
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@ To solve this:
$ sudo sysctl fs.inotify.max_user_watches=524288
```

If the above steps don't work, you can try adding `DefaultLimitNOFILE=65536` as an un-commented config to the following files:

- /etc/systemd/system.conf
- /etc/systemd/user.conf

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

### 431 Request Header Fields Too Large

When the server / WebSocket server receives a large HTTP header, the request will be dropped and the following warning will be shown.
Expand Down

0 comments on commit cb84f37

Please sign in to comment.