]> Cypherpunks repositories - gostls13.git/commit
runtime: default GOMAXPROCS to NumCPU(), not 1
authorRuss Cox <rsc@golang.org>
Thu, 28 May 2015 16:35:35 +0000 (12:35 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 5 Jun 2015 04:38:04 +0000 (04:38 +0000)
commit3ffcbb633e95b17389ce5ce2f6b5dbcbbdf88828
treed3b934b7c3038114ccd803870e8a8885d37fd31b
parent14da5bef5f4d8f0aeda1697d5f46a554d04f1f11
runtime: default GOMAXPROCS to NumCPU(), not 1

See golang.org/s/go15gomaxprocs for details.

Change-Id: I8de5df34fa01d31d78f0194ec78a2474c281243c
Reviewed-on: https://go-review.googlesource.com/10668
Reviewed-by: Rob Pike <r@golang.org>
src/runtime/proc1.go