理解Go、容器以及Linux调度器( 二 )


参考资料[1]Go, Containers, and the Linux Scheduler: https://www.riverphillips.dev/blog/go-cfs
[2]Go文档: https://tip.golang.org/doc/gc-guide
[3]Garbage Collection In Go: https://www.ardanlabs.com/blog/2018/12/garbage-collection-in-go-part1-semantics.html
[4]示例代码: https://github.com/RiverPhillips/go-cfs-blog
[5]runtime/trace package: https://golang.org/pkg/runtime/trace
[6]完全公平调度程序(Complete Fair Scheduler, CFS): https://docs.kernel.org/scheduler/sched-design-CFS.html
[7]Proportional share scheduling: https://en.wikipedia.org/wiki/Proportional_share_scheduling
[8]automaxprocs: https://github.com/uber-go/automaxprocs
[9]Github问题: https://github.com/golang/go/issues/33803

【理解Go、容器以及Linux调度器】


推荐阅读