Closed
Description
For an Hello World project, build 119 shows 32k size which is fine because the default stack size on SRAM2 is 32k. For build 120 it shows 96k size which is wrong for an empty project, it should show about 32k. The online compiler UI program size info panel shows wrong RAM size data.
I tested the available heap memory (mbed 120) and I can allocate the available 96k before memory allocation fails.