We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running in a Linux container GOMAXPROCS is not automatically set.
GOMAXPROCS
This project would automatically set GOMAXPROCS when running in a Linux container(i.e. kubernetes).
N/A
Kubernetes
Consider using this library to add this feature: https://github.com/uber-go/automaxprocs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happens?
When running in a Linux container
GOMAXPROCS
is not automatically set.What were you expecting to happen?
This project would automatically set
GOMAXPROCS
when running in a Linux container(i.e. kubernetes).Steps to reproduce:
N/A
Any errors, stacktrace, logs?
N/A
Environment:
Kubernetes
Additional comments:
Consider using this library to add this feature: https://github.com/uber-go/automaxprocs
The text was updated successfully, but these errors were encountered: