Gaea
Gaea copied to clipboard
maxprocs的疑问
Is your feature request related to a problem? Please describe. 在容器中存在cpu quota的限制,由于golang计算maxprocs的问题,导致被频繁cpu throttle。
Describe the solution you'd like 为什么不考虑直接引用 https://github.com/uber-go/automaxprocs 来计算,降低不同环境的配置麻烦?