Hi Jesper
I have trying to replicate the issue with the MQX RTCS httpsrv example and I saw in Checking MQXàLightweight Memory Blocks that the RAM usage goes up, but it doesn´t mean that you are out of memory.
The value is a RAM memory watermark, it is the memory value that the uC did use and then free the memory, you calculate the free memory, and if you compare with the highest value, you could check that the values are not the same, for example
Highest: 0x2000acf3 (105.0k, 83%).
Free: 0x1184 + 0xFFEC = 0x11170 = 70k
The free values are in the bottom of the Lightweight Memory Blocks.
Then 125k – 70k you have 55k of usage memory, the 83 % or 105k is the maximum value of memory in a work stress.
Do you have the same report out of memory error in the httpsrv example? Or do you see only the RAM goes up?
Hope It helps
Mario