Skip to content
New issue

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

Remove the override of GOMAXPROCS #679

Merged
merged 1 commit into from
Feb 5, 2018

Conversation

oiooj
Copy link
Contributor

@oiooj oiooj commented Feb 5, 2018

From Go 1.5, the default setting of GOMAXPROCS is the number of
CPUs available. we might as well remove this so people can set
GOMAXPROCS to a custom value using environment variables.

https://golang.org/doc/go1.5#runtime

Signed-off-by: kun [email protected]

From Go 1.5, the default setting of GOMAXPROCS is the number of
CPUs available. we might as well remove this so people can set
GOMAXPROCS to a custom value using environment variables.

Signed-off-by: kun <[email protected]>
@coveralls
Copy link

coveralls commented Feb 5, 2018

Coverage Status

Coverage remained the same at 100.0% when pulling a99c488 on oiooj:pr-maxprocs into fcbd210 on jaegertracing:master.

@black-adder black-adder merged commit 851b0dd into jaegertracing:master Feb 5, 2018
@black-adder
Copy link
Contributor

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants