You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Queries to help you debug memory issues.
6
+
keywords: ['memory issues']
6
7
---
7
8
8
9
# Debugging memory issues
9
10
10
-
When encountering memory issues or a memory leak, knowing what queries and resources are consuming a significant amount of memory is helpful. Below are queries that can help debug and find which queries, databases, and tables can be optimized:
11
+
When encountering memory issues or a memory leak, knowing what queries and resources are consuming a significant amount of memory is helpful. Below you can find queries that can help you to debug memory issues by finding which queries, databases, and tables can be optimized:
11
12
12
-
**List currently running processes by peak memory usage**
13
+
## List currently running processes by peak memory usage
0 commit comments