High CPU usage at idle (R2016b)
Show older comments
When I start Matlab R2016b my CPU usage at idle is in a range of about 25 % even though I don't do anything on the PC. The Processor I use is a Intel Core i5-6300.
I already tried to set the Help Browser to use the HTMLRenderer, even though I have read that this shouldn't be an issue since the 2015 releases: com.mathworks.mlwidgets.html.HtmlComponentFactory.setDefaultType('HTMLRENDERER');
I don't have any issues when I start Matlab 2013b.
Accepted Answer
More Answers (2)
Johannes Töger
on 6 Nov 2018
1 vote
I had the same problem on Windows 10 64-bit, both on R2014a (that we use for some legacy software) and R2018b.
It turns out that in my case, the idle CPU use was caused by an automatic Java update. For some reason, the MATLAB_JAVA environment variable was pointing to the Oracle version in C:\Program Files\Java\(something). After changing it to the default version shipped with Matlab R2018b (set MATLAB_JAVA to C:\Program Files\MATLAB\R2018b\sys\java\jre\win64\jre, or wherever your installation is located), I haven't had any problems with the idle CPU use.
Ramesh G T
on 11 Aug 2020
1 vote
Paste this command in the command window everytime you start MATLAB : com.mathworks.mlwidgets.html.HtmlComponentFactory.setDefaultType('HTMLRENDERER');
My MATLAB uses almost 0% cpu when it is idle.
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!