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

sc-executor: Increase maximum instance count #1856

Merged
merged 6 commits into from
Oct 22, 2023

Commits on Oct 11, 2023

  1. sc-executor: Increase maximum instance count

    It was reported that the maximum instance count of `32` isn't enough. By
    default `wasmtime` uses an instance count of `1000`. So, it should be
    safe to increase the instance count to `1000`.
    bkchr committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a1047ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ffeb6e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    cbfa504 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Apply suggestions from code review

    Co-authored-by: Koute <[email protected]>
    bkchr and koute authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d415539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aaee71 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/master' into bkchr-wasmtime-incr…

    …ease-instance-count
    bkchr committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    2c29175 View commit details
    Browse the repository at this point in the history