MCUXpresso 11.2 and Out of Memory

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MCUXpresso 11.2 and Out of Memory

898 Views
Keith4DSmith
Contributor V

When using MCUXpresso 11.2 I encountered an 'Out of Memory' error from the IDE.

I updated mcuxpressoide.ini to the following to correct this problem.

-startup
plugins/org.eclipse.equinox.launcher_1.5.600.v20191014-2022.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426
-vmargs
-Dosgi.requiredJavaVersion=1.8
-Xms256m
-Xmx3512m
-Djava.net.useSystemProxies=true

I am building the same project I built under 10.3 and did not have any memory problem with 10.3.

Is it expected that 11.2 use significantly more memory than 10.3?

Tags (1)
0 Kudos
1 Reply

805 Views
lpcxpresso_supp
NXP Employee
NXP Employee

I can't give a strict answer to your question... What I can say is that v11.2 is based on Eclipse 2019.12 whereas v10.3 uses Eclipse Oxygen. So I do expect some differences.

Would it be possible to provide the project that exhibits the problem? Or maybe send us the workspace logs (Help => MCUXpresso IDE Save Info for Support) when using the original maximum heap size and then export diagnostics data after reproducing the problem. Is the out of memory occurring while building the project?

Greetings,
MCUXpresso IDE Support

0 Kudos