From a300c8a1a6991ffe3ab59d2ab7b7190c2fcccc38 Mon Sep 17 00:00:00 2001 From: Vicent Marti Date: Thu, 21 Nov 2024 12:05:31 +0100 Subject: [PATCH] cli: do not tweak gogc Signed-off-by: Vicent Marti --- go/cmd/vttablet/cli/cli.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/go/cmd/vttablet/cli/cli.go b/go/cmd/vttablet/cli/cli.go index c16d45d7c0f..3b77b43d9cb 100644 --- a/go/cmd/vttablet/cli/cli.go +++ b/go/cmd/vttablet/cli/cli.go @@ -20,7 +20,6 @@ import ( "context" "fmt" "os" - "runtime/debug" "time" "github.com/spf13/cobra" @@ -109,7 +108,6 @@ func init() { } func run(cmd *cobra.Command, args []string) error { - debug.SetGCPercent(200) servenv.Init() // Ensure we open the topo before we start the context, so that the