2023-08-29 5:08 PM - edited 2023-08-29 5:10 PM
I'm running IDE version 1.13.1 on MacOS 11.7.1 on a MBP with a dual core 2.8Ghz i7. Unlike every other IDE / CAD package that I use, STM32CubeIDE pegs my CPU really high and spins up the fans even when doing NOTHING. As in, there is no project open, no editors, no HW configuration, literally NOTHING.
Why?
2025-03-12 2:42 PM - edited 2025-03-12 2:44 PM
I experienced similar issues with excessive CPU/GPU usage. The solution from @WojRus worked also in my case.
The CubeIDE is poorly optimized indeed.
2025-03-28 11:00 AM
Win 11 version 1.17 and it's till here
ide on it"s own is not using much cpu but The 8 chromium does (2% on 16 threads 12th gen i7)
I many time kill this chromium process by hand and it' seam not to affect any badly the ide ...
2025-05-07 7:58 AM
I've been noticing this a lot too, The mysterious 8 Chromium instances are (a lot of the time anyways) using more CPU than CubeIDE is!
2025-06-30 7:06 AM
The same approach works on macos (presumably linux would be similar). Close STM32CubeIDE and...
cd ~/.stm32cubeide/.jxbrowser-7.41.4/
rm -rf *
cd ..
chmod 555 .jxbrowser-7.41.4/
Restart the IDE and enjoy the silence.
If you need anything that jxbrowser does in future then just reset the write permission (chmod 777) on the .jxbbrowser... folder and STM32CubeIDE will put the files back.
2025-07-24 2:44 AM
I've just noticed the same thing happens (another 8 Chromium threads) with CubeMX under Windows (and likely MacOS).
However, that one is not quite so easy to solve as the corresponding .stm32cubeMX folder contains other stuff, but just removing write access to the .jxbrowser folder it contains (like the MacOS fix for the IDE) does the job.