You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing some measurements on resource usage (memory and power mainly) and found a possible memory leak.
When spawning linked processes that end normally, the available Free Heap is lower than before starting the processes.
e.g.
I'm doing some measurements on resource usage (memory and power mainly) and found a possible memory leak.
When spawning linked processes that end normally, the available Free Heap is lower than before starting the processes.
e.g.
In contrast, when spawning linked processes that terminate, the available Free Heap is more or less the same as before starting the processes.
e.g.
I suspect, that memory related to the link remains allocated.
I'm doing the measurements on an ESP32 system.
The text was updated successfully, but these errors were encountered: