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.
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.