Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Atom Helper high CPU when enabled #1

Closed
kevinansfield opened this issue Oct 13, 2017 · 2 comments
Closed

Atom Helper high CPU when enabled #1

kevinansfield opened this issue Oct 13, 2017 · 2 comments
Labels

Comments

@kevinansfield
Copy link

When I have this package enabled I end up with an Atom Helper process sitting at 50-60% CPU constantly.

I've tried grabbing a profile using Atom's developer tools but that didn't provide any insights as it seemed to only profile the main Atom process.

Is there anything I can do to help diagnose?

@josa42 josa42 added the bug label Oct 24, 2017
@josa42
Copy link
Owner

josa42 commented Nov 19, 2017

This is a known issue with emberwatch/ember-language-server (For example see ember-tooling/ember-language-server#54).

As far as I know the issue is related to chokidar which is used to watch file changes in emberwatch/ember-language-server. There is also an issue regarding high cpu usage on macOS: paulmillr/chokidar#597.

I did some experiments with using the system installed node version instead of the one bundled in atom, with mixed results.

@t-sauer
Copy link

t-sauer commented Apr 24, 2018

The problem was fixed in the last ember-language-server release (0.2.0) so I think upgrading the version in here should fix the problem in Atom as well.

@josa42 josa42 closed this as completed Oct 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants