[email protected] a écrit :

Is there an easy mechanism whereby a Neko application could check the amount of memory in use? Other than O/S-based mechanisms, would there be a way to see the memory usage from outside?

The first of those, if available, might be a good thing for the Neko app to log every (say) 5 minutes -- if it's consistently growing, something that might be fixable is wrong.

There is s...@gc_stats (or neko.vm.Gc.stats() in haXe) for that.

Nicolas

--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to