Skip to content

Instantly share code, notes, and snippets.

@HallexCosta
Created January 23, 2025 02:15
Show Gist options
  • Save HallexCosta/111f3ac1d3e491006c6b818ca3786626 to your computer and use it in GitHub Desktop.
Save HallexCosta/111f3ac1d3e491006c6b818ca3786626 to your computer and use it in GitHub Desktop.
Fix watchman poison opendir
{
"ignore_dirs": ["node_modules"]
}

Overview

If only define the .watchmanconfig in root of project don´t work, try restart your PC to free memory or uninstall the watchman.

Tip

Uninstall watchman: by default it will use the glob to compile if watchman not found Although you cannot be use the watch mode with the command relay-compiler --watch

[ERROR] Watchman error: The watchman server reported an error: "A non-recoverable condition has triggered. Watchman needs your help!
The triggering condition was at timestamp=1737594945: opendir(/home/hallexcosta/local/github.com/entria/feedback-app/node_modules/eslint-config-okonet/node_modules/listr-update-renderer/node_modules/figures) -> The user limit on the total number of inotify watches was reached; increase the fs.inotify.max_user_watches sysctl
All requests will continue to fail with this message until you resolve
the underlying problem. You will find more information on fixing this at
https://facebook.github.io/watchman/docs/troubleshooting.html#poison-opendir
", while executing command: get-sockname
[ERROR] Compilation failed.
[ERROR] Unable to run relay compiler. Error details:
Watchman error: The watchman server reported an error: "A non-recoverable condition has triggered. Watchman needs your help!
The triggering condition was at timestamp=1737594945: opendir(/home/hallexcosta/local/github.com/entria/feedback-app/node_modules/eslint-config-okonet/node_modules/listr-update-renderer/node_modules/figures) -> The user limit on the total number of inotify watches was reached; increase the fs.inotify.max_user_watches sysctl
All requests will continue to fail with this message until you resolve
the underlying problem. You will find more information on fixing this at
https://facebook.github.io/watchman/docs/troubleshooting.html#poison-opendir
", while executing command: get-sockname
/home/hallexcosta/local/github.com/entria/feedback-app/packages/core:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment