forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
5.1 KiB
5.1 KiB
PG_SHARED_MEMORY_DETAIL
PG_SHARED_MEMORY_DETAIL displays usage information about all the shared memory contexts.
Column |
Type |
Description |
|---|---|---|
contextname |
Text |
Name of the memory context. |
level |
Smallint |
Hierarchy of the memory context. |
parent |
Text |
Parent memory context. |
totalsize |
Bigint |
Total size of the shared memory, in bytes. |
freesize |
Bigint |
Remaining size of the shared memory, in bytes. |
usedsize |
Bigint |
Used size of the shared memory, in bytes. |
Parent topic: System Views