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

Update GOMAXPROCS configuration #4040

Merged
merged 1 commit into from
Sep 12, 2024
Merged

Conversation

lou-lan
Copy link
Collaborator

@lou-lan lou-lan commented Sep 9, 2024

  • Replace manual GOMAXPROCS setting with maxprocs package for improved handling.
  • Log a warning if setting GOMAXPROCS fails.
  • Ensure min value is used when setting max procs from configuration.

- Replace manual GOMAXPROCS setting with maxprocs package for improved handling.
- Log a warning if setting GOMAXPROCS fails.
- Ensure min value is used when setting max procs from configuration.

Signed-off-by: lou-lan <[email protected]>
Copy link

codecov bot commented Sep 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.49%. Comparing base (64fa3de) to head (ac689e1).
Report is 4 commits behind head on release-v0.8.

Additional details and impacted files

Impacted file tree graph

@@              Coverage Diff              @@
##           release-v0.8    #4040   +/-   ##
=============================================
  Coverage         81.49%   81.49%           
=============================================
  Files                49       49           
  Lines              4340     4340           
=============================================
  Hits               3537     3537           
  Misses              641      641           
  Partials            162      162           
Flag Coverage Δ
unittests 81.49% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@weizhoublue weizhoublue closed this Sep 9, 2024
@weizhoublue weizhoublue reopened this Sep 9, 2024
@weizhoublue weizhoublue merged commit 1db83c3 into release-v0.8 Sep 12, 2024
109 of 126 checks passed
@weizhoublue weizhoublue deleted the update-v08/GOMAXPROCS branch September 12, 2024 00:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants