- You can try decreasing the priority of MATLAB proccess, to do so you can simply go to details in your taskmanager, find MATLAB proccess, right click on it and change it's priority.
- Limit the number of parallel workers, If you are using parallel computing in MATLAB, reducing the number of parallel workers can help lower the CPU usage. To do so, you can adjust the number of workers using the parpool command or by modifying the parallel pool settings.
- Optimize graphics settings, for example, you can disable certain graphics features or reduce the resolution of plots to lower the computational load
- Use MATLAB compiler instead, If you have MATLAB code that runs in the background as a standalone application, consider using MATLAB Compiler to create an executable file. (this might not help much in your case)
MATLAB consuming a lot of CPU while idle
조회 수: 93 (최근 30일)
이전 댓글 표시
I have noticed in my machine that some processes started by MATLAB are consuming a lot of CPU power while MATLAB being idle (I can tell because my computer fans never stop until I close MATLAB!).
Checking the processes, I can see two instances of "jxbrowser-chromium.exe" always taking +15% of CPU time each (see image below).
My MATLAB instance is usually open with a MATLAB project loaded and idle (not running any scripts or functions or anything that displays the "Busy" label in the Command prompt).
Any suggestions or things I can try to make MATLAB consume less CPU?
Thanks in advance!
댓글 수: 0
답변 (1개)
Harsh Mahalwar
2023년 6월 29일
편집: Harsh Mahalwar
2023년 6월 29일
Hey Isaac,
I understand, you are looking for ways to limit MATLAB CPU usage.
Here are some ways to do so:
These methods might help you in reducing the CPU usage of MATLAB but if they don't, feel free to reach out to MATLAB email support (If you have a valid license).
You can click on this link to learn more about limiting the CPU availablity to MATLAB.
Best regards,
Harsh Mahalwar
참고 항목
카테고리
Help Center 및 File Exchange에서 MATLAB Compiler에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!