Skip to content

Commit

Permalink
Update docs/sources/configure-client/language-sdks/go_push.md
Browse files Browse the repository at this point in the history
  • Loading branch information
knylander-grafana authored Nov 4, 2024
1 parent 630a9e1 commit f0bcdc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/configure-client/language-sdks/go_push.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f0bcdc6

Please sign in to comment.