forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
5.0 KiB
5.0 KiB
PG_SHARED_MEMORY_DETAIL
PG_SHARED_MEMORY_DETAIL displays usage information about all the shared memory contexts.
Name |
Type |
Description |
---|---|---|
contextname |
text |
Name of the context in the memory |
level |
smallint |
Hierarchy of the memory context |
parent |
text |
Context of the parent memory |
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