To make a long story short, I failed.
Based on my (poor) knowledge, there is:
- heap
- memory for source
- memory for files
To get some numbers I used
- node.heap()
- collectgarbage("count")
- collectgarbage("collect")
Is there any description, how to get these numbers together ?
I would like to
- check different sources and compare against each other
- see how much space is available for files
- see where memory goes, code and/or data
- remove not needed source and/or data
Thanks in advance
Jürgen
Is there any documentation available for that ?