cancel
Showing results for 
Search instead for 
Did you mean: 

CubeIDE crashes often when dealing with large projects - Out of memory?

matt-crc
Senior

Hello,  these errors keep happening more often as the project size grows.

mattcrc_0-1743477306208.png

1- Does anyone know where this "Read me" file is? (location)

2- Where is the .log file?

3- Why are things so cryptic in CubeIDE?

 

2 REPLIES 2
Ozone
Lead III

For this reason and others, I abandoned CubeIDE years ago.
So, unfortunately, I can't really answer your questions - except using tools like AstroGrep are AgentRansack to locate those files (for Windows). Provided they give you a clue what the problem is, and it ever gets fixed ...
On a side note, through the magick of paging and swapping, all moderns OSes provide virtually unlimited memory.
This "out of memory" message does not really make sense.

Perhaps you could keep using Cube as project generator, export the make file, and use you favourite environment / editor. And Segger's Ozone (unrelated to my moniker) works quite well as debugger.

Or, make the leap and switch to another toolchain/IDE like Keil uVision, IAR-WB or Segger's Embedded Studio.

AScha.3
Chief III

Hi,

i never seen this error...(but other erros, sometimes..);

maybe google helping:

https://stackoverflow.com/questions/22704852/eclipse-out-of-memory

...so its probably a problem with your java settings;

 

and log file...in workspace, see:

AScha3_0-1743491431077.png

btw You have some free RAM ? IDE needs about 2GB ; + 1GB , when compiler /linker is called .

If you feel a post has answered your question, please click "Accept as Solution".