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

bootstrap: use the embedded snapshot in workers #42702

Closed

Commits on Apr 18, 2022

  1. bootstrap: move embedded snapshot to SnapshotBuilder

    So that the embedded snapshot can be reused by the worker.
    joyeecheung committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    a871892 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9eaebcd View commit details
    Browse the repository at this point in the history
  3. test: fix calculations in test-worker-resource-limits

    The heap size limit should be the sum of old generation and young
    generation size limits, and does not solely depend on the limit
    of the old generation.
    joyeecheung committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    ec5935a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b6ef66 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e28529 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    af0191c View commit details
    Browse the repository at this point in the history