From f0bcdc6182c146e375306542890e81f4f586ded3 Mon Sep 17 00:00:00 2001 From: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com> Date: Mon, 4 Nov 2024 11:49:39 -0500 Subject: [PATCH] Update docs/sources/configure-client/language-sdks/go_push.md --- docs/sources/configure-client/language-sdks/go_push.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/configure-client/language-sdks/go_push.md b/docs/sources/configure-client/language-sdks/go_push.md index ac33dbc7fd..cf77896d19 100644 --- a/docs/sources/configure-client/language-sdks/go_push.md +++ b/docs/sources/configure-client/language-sdks/go_push.md @@ -162,7 +162,7 @@ pyroscope.Start(pyroscope.Config{ ### Option: Use `DisableGCRuns` for handling increased memory usage -Pyroscope may require additional when tracking a lot of objects. For example, a Go service that indexes large amounts of data requires more memory. +Pyroscope may require additional resources when tracking a lot of objects. For example, a Go service that indexes large amounts of data requires more memory. This tracking can lead to higher CPU usage and potential CPU throttling. You can use `DisableGCRuns` in your Go configuration to disable automatic runtimes.