Misc Informations

Nick Pollitt writes:
 > At the bottom of the 'Threads' resource, the total memory is
 > how much was allocated by the system?  And the free memory is
 > essentially cache space?
 > 

No, these are the results of calling

Runtime.freeMemory()
Runtime.totalMemory()

-not sure of the name - but read the RUntime javadoc to get the
semantics...

Anselm.

Received on Friday, 6 December 1996 04:11:18 UTC