• Delweng's avatar
    cmd/geth: use automaxprocs to apply cpu quota correctly (#27506) · 47b9f1b4
    Delweng authored
    It is usually best to set GOMAXPROCS to the number of available CPU cores. However, setting
    it like that does not work well when the process is quota-limited to a certain number of CPUs.
    The automaxprocs library configures GOMAXPROCS, taking such limits into account.
    47b9f1b4
go.sum 64.4 KB