This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
Closed
Description
Over the past few days I've noticed my fans starting to blaze up after a while. It seems to be down to this plugin - here's a couple of instances of long running processes using a lot of CPU taken from ps aux
:
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
pete 18985 100.0 0.6 3105256 51124 ?? R 4:21pm 50:43.33 /Applications/Atom.app/Contents/Resources/app/apm/bin/node /Users/pete/.atom/packages/linter-jshint/node_modules/jshint/bin/jshint --verbose --extract=auto /var/folders/s4/3c8wrl2x6mv55gj8krrqr1bw0000gn/T/AtomLinter115426-18022-1dyfumisource.js/datatable.js
pete 18706 99.2 0.6 3097064 51152 ?? R 4:19pm 52:56.01 /Applications/Atom.app/Contents/Resources/app/apm/bin/node /Users/pete/.atom/packages/linter-jshint/node_modules/jshint/bin/jshint --verbose --extract=auto /var/folders/s4/3c8wrl2x6mv55gj8krrqr1bw0000gn/T/AtomLinter115426-18022-1w2lebjsource.js/datatable.js
The datatable.js
file it seemed to be struggling with was using ES6 syntax, was also from an instance of atom that I had closed.