From 666a08f653ce07d24ee5a6500d6ccd7ac85e2c56 Mon Sep 17 00:00:00 2001 From: Gabriel Adrian Samfira Date: Sat, 8 Jul 2023 14:38:53 +0000 Subject: [PATCH] Fix typo Signed-off-by: Gabriel Adrian Samfira --- doc/config_default.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/config_default.md b/doc/config_default.md index 8c2bce29..b3ccde3f 100644 --- a/doc/config_default.md +++ b/doc/config_default.md @@ -96,7 +96,7 @@ This URL needs to be accessible only by the instances ```garm``` sets up. This U ## The debug_server option -GARM can optionally enable the golang profiling server. You can then use the usual `go tool pprof` command to start profiling. This is useful if you suspect garm may be bottlenecking in any way. To enable the profiling server, add the following section to the garm config: +GARM can optionally enable the golang profiling server. This is useful if you suspect garm may be bottlenecking in any way. To enable the profiling server, add the following section to the garm config: ```toml [default] @@ -104,7 +104,7 @@ GARM can optionally enable the golang profiling server. You can then use the usu debug_server = true ``` -Then restarg garm. You can then use the following command to start profiling: +And restart garm. You can then use the following command to start profiling: ```bash go tool pprof http://127.0.0.1:9997/debug/pprof/profile?seconds=120