-
Notifications
You must be signed in to change notification settings - Fork 155
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
Expose cpu quota #28
base: master
Are you sure you want to change the base?
Expose cpu quota #28
Conversation
also: avoid failure on fresh clone in Makefile
Codecov Report
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
- Coverage 91.91% 90.09% -1.83%
==========================================
Files 8 9 +1
Lines 198 202 +4
==========================================
Hits 182 182
- Misses 13 17 +4
Partials 3 3
Continue to review full report at Codecov.
|
Would your use case be able to instead just use |
@jcorbin Am I misunderstanding your comment? |
So our |
I'd like to get the value without setting it for the current process. |
Avishai Weissberg seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
This PR would resolve #29 which would be useful for us here at cockroach. Any chance we can revive this? |
Please see my comment here: #29 (comment) |
This PR exposes the api for querying the cpu quota.
The specific use case is when we need to specify the concurrency level (via cli arg) for a non-golang subprocess.