Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: document linux inotify exhaustion #16610
  • Loading branch information
CrackerJackMack committed May 11, 2026
commit a7bc229114d0a5f01396228431cf80f3cc570fb6
1 change: 1 addition & 0 deletions packages/web/src/content/docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ Here are some common issues and how to resolve them.
1. Check the logs for error messages
2. Try running with `--print-logs` to see output in the terminal
3. Ensure you have the latest version with `opencode upgrade`
4. On linux, ensure you have enough inotify budget #16610: `sudo sysctl -w fs.inotify.max_user_watches=1048576 fs.inotify.max_user_instances=2048`

---

Expand Down
Loading