find /path -name "name" -type d
Friday, August 29, 2014
Wednesday, August 27, 2014
Heap and PermGen Space
The heap stores all of the objects created by your Java
program. The heap's contents is monitored by the garbage collector,
which frees memory from the heap when you stop using an object
The perm space refers to a special part of the heap. It holds meta-data describing user classes.
The perm space refers to a special part of the heap. It holds meta-data describing user classes.
Subscribe to:
Posts (Atom)