Support containerized cpu limits

This commit is contained in:
Jamie Curnow
2024-12-02 08:44:28 +10:00
parent 152b7666d8
commit 9d3c06dbe4
3 changed files with 8 additions and 0 deletions

View File

@ -15,6 +15,9 @@ import (
"npm/internal/jobqueue"
"npm/internal/jwt"
"npm/internal/logger"
// properly respect available cpu cores
_ "go.uber.org/automaxprocs"
)
var commit string