a simple script that just checks all the inotify instances in every process it has access and currently kills every one that has more than 40k watches ideally this will be a simple tui to kill those process
for some reason or some misconfiguration nx seems to spam inotify watches
install the odin compiler and run
odin build .maybe in the future this will have a release build
- tui
- maybe kill process over a threshold using args
inotify-info made by mikesart most of the code that reads the data from process is basically a translation from this project