Read the statement by Michael Teeuw here.
Electron CPU usage
-
@mibafz00
Forgive me if this is dumb, but couldn’t you just delete the electron folder and reinstall a specific version withNpm install electron@version?
-
Some mention here of high CPU usage. Maybe electron IS the culprit
https://github.com/electron/electron/releases/
electron v1.7.6 beta
@electron-bot electron-bot released this 24 days ago · 233 commits to master since this releaseBug Fixes
Fixed query string parsing in PDF Viewer #10008
Fixed crash that occurred when loading URL in detached WebContents #9819
Fixed issues around update permissions and non-admin users #10071
Fixed chrome storage access scope to be shared across domains #9951
Fixed content scripts matches #10075
Fixed bug that returned an object instead of an empty string when reading from an empty asar file with ‘utf8’ option #10160
Prevented async tasks from crashing after the Node environment is destroyed #10099
LinuxFixed issue where opening menu would cause high CPU usage on certain Linux distributions #10070
-
Input from my side: I checked the issues with electron 1.8 beta. Same problems.
-
@pedroken said in Electron CPU usage:
I’ll try to use @Mykle1 's version of electron. I`ll google it (how to). Never did it.
Well, you let we know if with that version of Electron is fixed the CPU usage. You can modified by hand the
package.json
to say tonpm
what version to install of Electron. -
My two cents again ;): My electron
pakackage.json
version is v.1.6.10. I made a downgrade to v1.4.15. Code says “invalid”. But the installation seems to work? Do you guys know, where I can check the installed electron version?No effect. 55% CPU and very sluggish (256MB GPU Memory):
-
@djsunrise19 said in Electron CPU usage:
Do you guys know, where I can check the installed electron version?
You can see the installed version in this file MagicMirror/node_modules/electron/dist/version
-
@Mykle1 Thanks. Yes, v1.4.15.
-
@djsunrise19 said in Electron CPU usage:
Thanks. Yes, v1.4.15.
I just had a thought (miracle). What version of MM is everyone using?
My Pi3 B mirror is running MM version 2.1.0. I’ve had no reason to update it. It’s rock solid
-
@Mykle1 said in Electron CPU usage:
@djsunrise19 said in Electron CPU usage:
Thanks. Yes, v1.4.15.
I just had a thought (miracle). What version of MM is everyone using?
My Pi3 B mirror is running MM version 2.1.0. I’ve had no reason to update it. It’s rock solid
I had this problems since the new MM2 Version. Very long so. But my version is the newest one. 2.1.2 I think.
-
@djsunrise19 said in Electron CPU usage:
I had this problems since the new MM2 Version. Very long so. But my version is the newest one. 2.1.2 I think.
uh oh! So you DIDN’T have this problem before the new version?