diff --git a/cmd/tesseract/gcp/main.go b/cmd/tesseract/gcp/main.go index 63b6046d..d56f90ea 100644 --- a/cmd/tesseract/gcp/main.go +++ b/cmd/tesseract/gcp/main.go @@ -22,7 +22,6 @@ import ( "fmt" "log/slog" "net/http" - _ "net/http/pprof" "os" "os/signal" diff --git a/deployment/modules/gcp/gce/tesseract/main.tf b/deployment/modules/gcp/gce/tesseract/main.tf index 0faf9e7b..d7d07db4 100644 --- a/deployment/modules/gcp/gce/tesseract/main.tf +++ b/deployment/modules/gcp/gce/tesseract/main.tf @@ -121,7 +121,6 @@ locals { [Service] ExecStartPre=sudo -u tesseract /usr/bin/docker-credential-gcr configure-docker --registries ${var.location}-docker.pkg.dev ExecStart=sudo -u tesseract -E /usr/bin/docker run \ - -e GOEXPERIMENT=goroutineleakprofile \ --rm -u 2000 \ --name=${local.container_name} \ ${join(" \\\n ", local.docker_run_args)} \