Feat : add automaxprocs to set GOMAXPROCS from cgroup limits

This commit is contained in:
Manendra Pal Singh
2026-01-21 13:45:41 +05:30
parent ce9583279a
commit d1ca6f260f
3 changed files with 6 additions and 9 deletions

1
go.mod
View File

@@ -80,6 +80,7 @@ require (
go.opentelemetry.io/otel/metric v1.38.0
go.opentelemetry.io/otel/sdk v1.38.0
go.opentelemetry.io/otel/sdk/metric v1.38.0
go.uber.org/automaxprocs v1.6.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v2 v2.4.0
)