We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f3cf4a commit 66254d5Copy full SHA for 66254d5
docs/config.md
@@ -1554,6 +1554,11 @@ snapshots on filesystem changes by setting
1554
You can check whether Watchman is enabled and whether it is installed correctly
1555
using `jj debug watchman status`.
1556
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
+
1562
## Snapshot settings
1563
1564
### Paths to automatically track
0 commit comments