[x/blog] go.blogs/content/go12.article: OS thread limit adjustment func is in runtime/debug, not runtime
R=golang-dev, adg https://golang.org/cl/35750043 X-Blog-Commit: df10efcca47e7360ce74f0ed32282991c8be150f
This commit is contained in:
Родитель
60b2114d08
Коммит
2926b3e08d
|
@ -52,7 +52,7 @@ On the other end, new restrictions on
|
|||
[[http://golang.org/doc/go1.2#thread_limit][the number of operating system threads]]
|
||||
should prevent misbehaving programs from consuming all the resources of a
|
||||
machine. (These limits may be adjusted using new functions in the
|
||||
[[http://golang.org/pkg/runtime/][`runtime` package]].)
|
||||
[[http://golang.org/pkg/runtime/debug][`runtime/debug` package]].)
|
||||
|
||||
Finally, among the [[http://golang.org/doc/go1.2#library][many changes to the standard library]],
|
||||
significant changes include
|
||||
|
|
Загрузка…
Ссылка в новой задаче