Browse Source

Fix #8998 by not overriding GOMAXPROCS (#8999)

Alexander 8 years ago
parent
commit
35522c475f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pkg/cmd/grafana-server/main.go

+ 0 - 1
pkg/cmd/grafana-server/main.go

@@ -43,7 +43,6 @@ var pidFile = flag.String("pidfile", "", "path to pid file")
 var exitChan = make(chan int)
 
 func init() {
-	runtime.GOMAXPROCS(runtime.NumCPU())
 }
 
 func main() {