Skip to content

Commit

Permalink
Merge pull request teivah#110 from rdforte/master
Browse files Browse the repository at this point in the history
Go Mistake teivah#100 - Add Warning with alternative solution.
  • Loading branch information
teivah authored Feb 3, 2025
2 parents ca0693b + 81ddf28 commit 4c8bc86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c8bc86

Please sign in to comment.