2019-12-16 11:54 AM
I've seen that when I compile the code all the conhost.exe processes are delete but after that, the conhost begin to open automatically like in the attach imagen.
2019-12-16 10:15 PM
CubeIDE is based on Eclipse, and Eclipse is known for it's generous memory consumption.
A text editor + commandline approach would be the least wasteful, but IDEs like IAR Workbench, Keil uVision, or Crossworks/Segger Embedded Studio are less profligate with host resources.
2019-12-18 07:28 PM
Yes, I know, but the System Workbench for STM32 is eclipse too and it doesn't have the problem of memory consumption (I attach an imagen), in the imagen the stm32cubeide is using more than 4.5 GB while System Workbench for STM32 just 948 MB. Maybe I have some wrong configuration in the stm32cubeide or some virus but windows defender has not detected anything. I tried uninstall and reinstall the stm32cubeide but the problem persists.
2020-01-20 06:36 AM
I'm working on Windows 7 /64 and I have the same problem. At starting the use of memoruy is 800 MB; If I create some test projects, the use of memory increase any time to some Gb over and over. Have you find the reason? (in that way ,I think, the processes go slow)
2020-10-05 04:50 AM
Same problem here with windows 10 en STM32CubeIde 1.4.0.
Number of processes grow, then decrease and grow again.
Any solution available for this problem.
2020-10-05 06:03 AM
I suppose one could stop using Java/Eclipse based tools, or add more physical memory. They recommend 4GB, but 16GB is more typical of a workstation
2020-10-05 06:39 AM
There is 16 GB memory in the workstation with this problem
The problem is not the amount of memory in workstation.
The problem is that STM32CubeIDE continuously makes new process threads of "Consulevensterhost", "WMI commandline Utility" and "Windows Command Processor". This increase the memory use of STM32CubeIde, with an empty workspace. So doing nothing, just starting the IDE with a new workspace.
Also my colleagues has this problem not with the same version of IDE.
It's look like a conflict with hardware or software on this workstation.
2020-10-05 11:28 PM
I found out this problem is only in combination with a USB to serial port attached.
Problem occur with different USB to serial devices, like FTDI and Eminent EM1016.
There are also some fixed serial COM ports installed on my workstation, which do not interfere with STM32CubeIDE.
When I repeat this test on an other workstation with STM32CubeIDE, there is no problem after attaching the USB to serial port.
So there is probably an other differ like driver, hardware or ..... .
@VRodr @Community member Can you confirm you also use a USB to serial device? Could you try this?