From f323a6537b01ca8280aebbaf0ac1cf8dcea9c9c5 Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Tue, 28 Oct 2025 04:31:47 -0500 Subject: [PATCH] PS-10253 [DOCS] - unrecognized option for dot command in Jemalloc memory allocation profiling 8.4 Your branch is up to date with 'origin/8.4'. modified: docs/jemalloc-profiling.md --- docs/jemalloc-profiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/jemalloc-profiling.md b/docs/jemalloc-profiling.md index c736d372b6d..4aca189cef8 100644 --- a/docs/jemalloc-profiling.md +++ b/docs/jemalloc-profiling.md @@ -118,7 +118,7 @@ Run the following command: ```shell jeprof --dot /usr/sbin/mysqld /tmp/jeprof_mysqld.1.0.170013202213 > /tmp/jeprof1.dot -dot --Tpng /tmp/jeprof1.dot > /tmp/jeprof1.png +dot -Tpng /tmp/jeprof1.dot > /tmp/jeprof1.png ``` !!! note