Skip to content

Commit

Permalink
cli: do not tweak gogc
Browse files Browse the repository at this point in the history
Signed-off-by: Vicent Marti <[email protected]>
  • Loading branch information
vmg committed Nov 21, 2024
1 parent 567f881 commit a300c8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/cmd/vttablet/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"context"
"fmt"
"os"
"runtime/debug"
"time"

"github.com/spf13/cobra"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a300c8a

Please sign in to comment.