Skip to content

Commit 66254d5

Browse files
orthrosilyagr
authored andcommitted
docs: add note about inotify and watchman
1 parent 1f3cf4a commit 66254d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/config.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,11 @@ snapshots on filesystem changes by setting
15541554
You can check whether Watchman is enabled and whether it is installed correctly
15551555
using `jj debug watchman status`.
15561556

1557+
Note: `watchman` heavily uses `inotify` and sets up a user watch per-file. On
1558+
large repositories, this may cause `watchman` to fail and commands like
1559+
`jj status` to take longer than expected. If you experience this run
1560+
`jj debug watchman status` and tune your `inotify` limits.
1561+
15571562
## Snapshot settings
15581563

15591564
### Paths to automatically track

0 commit comments

Comments
 (0)