Why JNode use so much memory?
Submitted by kiloboot on Thu, 11/11/2004 - 09:59.
Is it possible to review current memory usage (except overall 'memory' statistic)?
According to 'memory' command mem usage exceeded 120M.
...boot
- Login to post comments
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