Skip to content

Commit 9274626

Browse files
authored
Merge pull request #590 from percona/ps-10253-8.4
PS-10253 [DOCS] - unrecognized option for dot command in Jemalloc mem…
2 parents a275bad + f323a65 commit 9274626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/jemalloc-profiling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Run the following command:
118118

119119
```shell
120120
jeprof --dot /usr/sbin/mysqld /tmp/jeprof_mysqld.1.0.170013202213 > /tmp/jeprof1.dot
121-
dot --Tpng /tmp/jeprof1.dot > /tmp/jeprof1.png
121+
dot -Tpng /tmp/jeprof1.dot > /tmp/jeprof1.png
122122
```
123123

124124
!!! note

0 commit comments

Comments
 (0)