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
A month ago I mentioned on gitter a problem with high CPU usage on Mac OS X which makes it almost impossible to use electrify.
Possibly it have something to do with spawning child processes and stdout, because removing the option stdio: 'inherit' (passed to spawn) will let the CPU usage drop. Although we don't get output in the console anymore.
The text was updated successfully, but these errors were encountered:
A month ago I mentioned on gitter a problem with high CPU usage on Mac OS X which makes it almost impossible to use electrify.
Possibly it have something to do with spawning child processes and stdout, because removing the option
stdio: 'inherit'
(passed tospawn
) will let the CPU usage drop. Although we don't get output in the console anymore.The text was updated successfully, but these errors were encountered: