arboleya / electrify

Package your Meteor apps with Electron, and butter
MIT License
247 stars 52 forks source link

High CPU usage on OSX #53

Open JarnoLeConte opened 8 years ago

JarnoLeConte commented 8 years ago

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.