Copy and Paste this code and check the terminal. Is this output normal.
[lua]local function memory (event)
print(“System Memory : " …(collectgarbage(“count”)/1000)…” MB")
end
Runtime:addEventListener(“enterFrame”,memory)[/lua]
The system memory keeps rising and then falls to where it started from.
This kind of makes checking for memory leaks a hard. imo
Can anyone hook it up with an explination as to why this happens?
thanks [import]uid: 39088 topic_id: 11173 reply_id: 311173[/import]