Overview
GV$MEMORY displays the memory usage of each tenant on all OBServers.
Field description
| Field name | Type | Nullable | Description |
|---|---|---|---|
| CON_ID | NUMBER(38) | NO | The ID of the tenant. |
| SVR_IP | VARCHAR2(32) | NO | The IP address of the OBServer. |
| SVR_PORT | NUMBER(38) | NO | The port number of the OBServer. |
| CONTEXT | VARCHAR2(256) | NO | The name of the memory module. |
| COUNT | decimal(20, 0) | NO | The difference between the allocated memory units and the released memory units, that is, the number of memory units being used by this module |
| USED | decimal(20, 0) | NO | The size in bytes of memory being used by the module. |
| ALLOC_COUNT | decimal(20, 0) | NO | The total number of allocated memory units. |
| FREE_COUNT | decimal(20, 0) | NO | The total number of released memory units. |