Viewing memory statistics
You can use the Memory Statistics tool with the Objects tool to find memory allocation problems. The Memory Statistics tool retrieves information about the memory usage of your application, and identifies the number of objects stored in memory. The Objects tool displays detailed information about each object.
Column |
Description |
|---|---|
# objects |
number of objects that are currently stored in memory |
Bytes in use |
amount of memory that is used by objects |
Allocated |
total amount of memory that is allocated to the Java® Virtual Machine |
Free |
amount of memory that is available |
Row |
Description |
|---|---|
Object handles |
number of object handles that are stored in memory |
RAM |
RAM usage |
Flash |
sum of the objects that are stored in flash memory |
Transient objects (flash) |
number of transient objects that are stored in flash memory |
Persistent objects (flash) |
number of persistent objects that are stored in flash memory |
Code modules (flash) |
number of code modules that are stored in flash memory |