Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHutchison authored Dec 13, 2023
1 parent 70d1d72 commit 5c8ac24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,10 @@ the given module will not be executed.
- This is early alpha
- The jurigged library is not perfect and sometimes it gets in a bad state
- Some libraries were not written with hot reloading in mind, and will not work without some changes.
- Many systems have conservative inotify limits. Consider bumping this up if you see errors about hitting the inotify limit.
- Possible command to see current limit: `cat /proc/sys/fs/inotify/max_user_instances`
- `sudo sysctl fs.inotify.max_user_instances=4096` in the `postStartCommand` will for example, help with dev containers. Increase as needed. Consult with ChatGPT if you need assistance with your OS.
- Use the `PYTEST_DAEMON_WATCH_GLOBS` env variable when there are simply too many files.

## Notes
- pytest-xdist will have its logic disabled, even if args are passed in to enable it
Expand Down

0 comments on commit 5c8ac24

Please sign in to comment.