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

Add GOMAXPROCS in a few more places #4675

Merged
merged 1 commit into from
Feb 20, 2015
Merged

Conversation

lavalamp
Copy link
Member

Follow up to #4240.

...Something not in this PR broke doc generation...

@vmarmol
Copy link
Contributor

vmarmol commented Feb 20, 2015

LGTM

@lavalamp
Copy link
Member Author

...and doc generation is not broken, just my GOPATH. This should be good to go.

@vmarmol
Copy link
Contributor

vmarmol commented Feb 20, 2015

Thanks for the double-check :) will merge on green.

vmarmol added a commit that referenced this pull request Feb 20, 2015
Add GOMAXPROCS in a few more places
@vmarmol vmarmol merged commit c2c86b0 into kubernetes:master Feb 20, 2015
@smarterclayton
Copy link
Contributor

So this is to prevent people from being able to set GOMAXPROCS?

@lavalamp
Copy link
Member Author

No, this is so that if someone parallelizes something, it'll actually have an effect. We could also use a command line parameter to set the number of os threads we use, but this should be OK for the moment.

Nothing stops people from setting it to a higher value later, of course.

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