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 #7723

Merged
merged 1 commit into from
Dec 14, 2016
Merged

Conversation

jsternberg
Copy link
Contributor

This was needed when we were on go 1.4 but hasn't been needed since go
1.5. It was kept because we weren't sure if we were going to have to
rollback to an older version of Go at that time and we kept it so we
wouldn't forget to readd it.

Now that we are on go 1.7 with go 1.4 deprecated, there is no going back
so we might as well remove this so people can set GOMAXPROCS to a custom
value using environment variables.

@jsternberg jsternberg force-pushed the js-remove-gomaxprocs-override branch from c4e0775 to f905648 Compare December 14, 2016 17:11
Copy link
Contributor

@mark-rushakoff mark-rushakoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed that setting GOMAXPROCS environment variable now is applied correctly. LGTM.

This was needed when we were on go 1.4 but hasn't been needed since go
1.5. It was kept because we weren't sure if we were going to have to
rollback to an older version of Go at that time and we kept it so we
wouldn't forget to readd it.

Now that we are on go 1.7 with go 1.4 deprecated, there is no going back
so we might as well remove this so people can set GOMAXPROCS to a custom
value using environment variables.
@jsternberg jsternberg force-pushed the js-remove-gomaxprocs-override branch from f905648 to 74d4745 Compare December 14, 2016 18:00
@jsternberg jsternberg merged commit 75f3b7d into master Dec 14, 2016
@jsternberg jsternberg deleted the js-remove-gomaxprocs-override branch December 14, 2016 18:18
@timhallinflux timhallinflux added this to the 1.2.0 milestone Dec 19, 2016
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.

3 participants