TRACK_MEMORY_CONTEXT_DETAIL
Queries the detailed memory allocation information about the memory context set by DBE_PERF.track_memory_context. Only the initial user or a user with the MONADMIN permission can execute this function.
Name |
Type |
Description |
---|---|---|
context_name |
text |
Name of the memory context. |
file |
text |
File to which the memory allocation location belongs. |
line |
integer |
Line number of the memory allocation location. |
size |
bigint |
Total size of memory that is applied for (unit: byte). |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.