Why JNode use so much memory?

Is it possible to review current memory usage (except overall 'memory' statistic)?
According to 'memory' command mem usage exceeded 120M. Sad

...boot

How much?

If you just started JNode and executed the memory command when the command line became available then you probably saw the total memory that was allocated during the boot process up to that moment, assuming that the garbage collector didn't run yet.
What does the memory command print after the gc command?
(you might get half of the above value (120M) or even less)

Levente