-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: MacOS "usernoted" process eats all RAM #5583
Comments
@mikaelbr ideas? |
This one is new for me, haven't seen or heard about it before. Seems like it's an issue with underlying process in macOS. Might be triggered by some error in terminal-notifier, but I'm not sure. There are some comments on the a similar issue and how to "fix" it: https://apple.stackexchange.com/questions/212970/what-is-usernoted-and-why-is-it-eating-my-cpu |
Cannot reproduce on: Jest 22.3.0 |
I cannot reproduce either. And I doubt it's Jest's fault either way. Happy to reopen if proven wrong! |
I still have same problem with jest 23.6.0 |
I have the same issue with jest @23.6.0 on Mac OSX 10.14 (18A391) running in iTerm if that's of any help. node @ 8.12 |
Experiencing this on a brand new
|
|
Maybe this helps: |
@SimenB |
Also seeing this with
Jest team: any idea which dep you're using might hook into |
Still an issue in 2020... |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
When Jest is ran on watch mode and
notify
option is turned on and there are failing tests, MacOS'usernoted
process consumes too much RAM.What is the expected behavior?
There should not be any memory leaks.
Please provide your exact Jest configuration and mention your Jest, node,
yarn/npm version and operating system.
I saw that there has been the memory issue on
terminal-notifier
but since this is a different process I am posting it as a separate issue.The text was updated successfully, but these errors were encountered: