Merge pull request #110 from rdforte/master

Go Mistake #100 - Add Warning with alternative solution.
This commit is contained in:
Teiva Harsanyi 2025-02-03 12:48:23 +01:00 committed by GitHub
commit 4c8bc868e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2438,6 +2438,10 @@ When running some Go code inside Docker and Kubernetes, we must know that Go isn
One solution is to rely on [uber-go/automaxprocs](https://github.com/uber-go/automaxprocs) that automatically set `GOMAXPROCS` to match the Linux container CPU quota.
???+ warning
automaxprocs does not work for workloads running in AWS ECS [issue #66](https://github.com/uber-go/automaxprocs/issues/66). Use [rdforte/gomaxecs](https://github.com/rdforte/gomaxecs) instead.
## Community
Thanks to all the contributors: