Memory Pools Report
Use this report to review the memory pools at the database server.
Monitoring memory is useful for finding memory leakage. Memory leakage occurs when memory remains allocated after the structure that holds its address is deallocated.
The report displays the following information for each memory pool:
- ID
- The numeric string assigned as an identifier for the pool.
- Name
- The name of the memory pool.
- Class
- The shared memory segment type where the pool is created.
- Total
- The pool size. The size is displayed in the most appropriate unit; for example, KB (kilobytes), MB (megabytes), or GB (gigabytes).
- Free
- The amount of free memory in the pool. The size is displayed in the most appropriate unit.
- Used
- The amount of used memory in the pool. The size is displayed in the most appropriate unit.
- FLAGS
- Warnings about memory issues.