Bug: MacOS "usernoted" process eats all RAM
See original GitHub issueDo 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.
"jest": {
"coveragePathIgnorePatterns": [
"<rootDir>/node_modules",
"<rootDir>/release"
],
"modulePathIgnorePatterns": [
"<rootDir>/node_modules",
"<rootDir>/release"
],
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test))\\.(tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
],
"mapCoverage": true,
"coverageThreshold": {
"global": {
"branches": 100,
"functions": 100,
"lines": 100,
"statements": 100
}
},
"notify": true
}
- Jest 22.3.0
- NPM 5.6.0
- MacOS 10.13.3
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.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:15 (2 by maintainers)
Top Results From Across the Web
usernoted process eating all memory - Apple Community
usernoted process eating all memory. Anyone out there, I need help! I own a late 2015 iMac (please attachments for further details) I...
Read more >why is usernoted using this much of my CPU? : r/MacOS - Reddit
Even if I restart my Mac or try to force quit usernoted, it just reopens. It was also using a significant portion of...
Read more >Why Does Your RAM Usage Keep Maxing Out on Mac?
Your RAM usage keeps maxing out on Mac because Mac OS makes the most out of available resources to maximize efficiency and performance....
Read more >What is the `installd` process, and why is it eating my CPU?
On Mac OS 10.10.1, this setting is under System Preferences -> App Store. Looks like they re-enabled it without telling me when I...
Read more >Constant "your system is running out of application memory"
iMac 2011 with 4 GB of RAM and 750 GB free on HD... computer is almost ... and almost all the rest of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Still an issue in 2020…
I’m getting this on Mojave 10.14
usernotesd
is casually using 58GB (!!!) of RAM on my 16GB MacBook Pro. Pore over this screenshot! Aren’t the numbers beautiful?