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

Problem: can't use more parallelism than GOMAXPROCS #1592

Merged
merged 7 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. Problem: can't use more parallelism than GOMAXPROCS

    Solution:
    - take the min of GOMAXPROCS and NumCPU
    yihuang committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    801b3e5 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Signed-off-by: yihuang <[email protected]>
    yihuang committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c10895d View commit details
    Browse the repository at this point in the history
  3. update stm

    mmsqe committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    f98d2d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42f1df9 View commit details
    Browse the repository at this point in the history
  5. fix push

    mmsqe committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cbc6635 View commit details
    Browse the repository at this point in the history
  6. avoid bump 1.23.0

    mmsqe committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9a837ee View commit details
    Browse the repository at this point in the history
  7. fixed to 1.22.7

    mmsqe committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8a35414 View commit details
    Browse the repository at this point in the history