[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:
Shenghou Ma 2013-12-02 10:02:38 +11:00 коммит произвёл Andrew Gerrand
Родитель 60b2114d08
Коммит 2926b3e08d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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