100% CPU usage on Windows 7 for R2022a
10 次查看(过去 30 天)
显示 更早的评论
I have a MATLAB R2022a version installed in Windows 7 64-bit Operating system. It has a network licence activated on a local network (not connected to the internet).
When I start the Matlab and click in “Help Documentation” the CPU usage becomes 100% and the Matlab freezes. I am unable to do anything more. My system has 8 GB RAM running on an Intel ® Core™2 Quad CPU Q9650 @3 GHz processor
Following previous suggestions on Matlab Answers I have allowed Matlab R2022a to be “Allowed” through the Windows Firewall.
This decreased CPU usage marginally, but it reverts back to 100% usage on something simple like clicking on help Documentation.
I have not even loaded any data or programs so far.
How to run Matlab R2022a in my PC in a normal way without the software consuming too much resources like this?
2 个评论
Walter Roberson
2022-7-5
Experiment with
com.mathworks.mlwidgets.html.HtmlComponentFactory.setDefaultType('HTMLRENDERER');
which should change how the documentation is rendered.
回答(1 个)
Steven Lord
2022-7-5
The System Requirements page lists the supported Windows operating systems for release R2022a as Windows 11, Windows 10 (version 1909 and higher), and Windows Server 2019. Windows 7 and Windows Server 2016 are explicitly listed as no longer supported.
In addition, Microsoft ended support for Windows 7 in January 2020. Their recommendation is to update to Windows 11.
2 个评论
Walter Roberson
2022-7-5
I happened to notice yesterday that Windows 11 not only requires TPM2.0, but also requires 7th generation Intel or later.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!