You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.
When I open atom, with nuclide, to work on a local copy of http://hg.mozilla.org/integration/mozilla-inbound/ after about 10 seconds my fans start going and when I look at processes running I have a number of processes calling HG commands for diffs.
e.g.
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
dburns 36643 39.8 0.4 2543984 75464 ?? R 8:23PM 0:00.34 /usr/bin/python /usr/local/bin/hg diff --unifie
dburns 36640 39.5 0.4 2543216 74568 ?? R 8:23PM 0:00.33 /usr/bin/python /usr/local/bin/hg diff --unifie
dburns 36635 38.6 0.5 2548108 80972 ?? R 8:23PM 0:00.55 /usr/bin/python /usr/local/bin/hg diff --unifie
dburns 36647 37.5 0.1 2472516 15184 ?? R 8:23PM 0:00.14 /usr/bin/python /usr/local/bin/hg diff --unifie
dburns 36648 35.1 0.1 2472772 15328 ?? R 8:23PM 0:00.14 /usr/bin/python /usr/local/bin/hg diff --unifie
If I disable Nuclide and restart atom against the same repo this no longer happens. I am not sure if this is related to #457 or a regression that might have similar root cause as #84.
Expected Behavior
Not eat all my CPU causing my fans to roar at me
Actual Behavior
It was just spawning hg processes for diffs for some reason
Issue and Steps to Reproduce
When I open atom, with nuclide, to work on a local copy of http://hg.mozilla.org/integration/mozilla-inbound/ after about 10 seconds my fans start going and when I look at processes running I have a number of processes calling HG commands for diffs.
e.g.
If I disable Nuclide and restart atom against the same repo this no longer happens. I am not sure if this is related to #457 or a regression that might have similar root cause as #84.
Expected Behavior
Not eat all my CPU causing my fans to roar at me
Actual Behavior
It was just spawning hg processes for diffs for some reason
Versions
Additional Details
apm ls --installed
):dburns in ~/development/mozilla-central λ apm ls --installed
Community Packages (19) /Users/dburns/.atom/packages
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
└── (empty)
The text was updated successfully, but these errors were encountered: