Skip to content

Commit

Permalink
troubleshoot-tidb-oom:update the incorrect command, add double quotes (
Browse files Browse the repository at this point in the history
  • Loading branch information
qiancai authored Jun 26, 2024
1 parent 58a3e6b commit 8ee2651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion troubleshoot-tidb-oom.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ To locate the root cause of an OOM issue, you need to collect the following info
- Run the following command to collect the TiDB Profile information when memory usage is high:
```shell
curl -G http://{TiDBIP}:10080/debug/zip?seconds=10" > profile.zip
curl -G "http://{TiDBIP}:10080/debug/zip?seconds=10" > profile.zip
```
- Run `grep "tidb-server has the risk of OOM" tidb.log` to check the path of the alert file collected by TiDB Server. The following is an example output:
Expand Down

0 comments on commit 8ee2651

Please sign in to comment.