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

Implement Memory Snapshotting and Restore #322

Open
simongdavies opened this issue Mar 4, 2025 · 0 comments
Open

Implement Memory Snapshotting and Restore #322

simongdavies opened this issue Mar 4, 2025 · 0 comments
Labels
kind/enhancement For PRs adding features, improving functionality, docs, tests, etc. lifecycle/needs-review The issue has not yet been reviewed.
Milestone

Comments

@simongdavies
Copy link
Contributor

A lot of the work that is done in initialization of a sandbox could potentially be done offline out side the hot path, likewise there may be cases where a host process wants or needs to capture the state of a sandbox.

We should design and implement a mechanism to allow a host to save and restore consistent snapshots of memory (and other state required) to allow Sandboxes to be efficiently persisted/initialised/started.

@simongdavies simongdavies added kind/enhancement For PRs adding features, improving functionality, docs, tests, etc. lifecycle/needs-review The issue has not yet been reviewed. labels Mar 4, 2025
@danbugs danbugs added this to the Backlog milestone Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement For PRs adding features, improving functionality, docs, tests, etc. lifecycle/needs-review The issue has not yet been reviewed.
Projects
Status: No status
Development

No branches or pull requests

2 participants