agent-substrate / agent-substrate/substrate

Adopt runsc --no-root-container to take sentry startup off the actor start path

Open
#967 1 comment 0 reactions 0 assignees View on GitHub
area/gvisor kind/feature
Dominant language
Go
Stars
1.8k
Forks
316
Avg merge
2d 43m
Merged PRs (30d)
287

Description

gvisor PR for runsc --no-root-container flag: https://github.com/google/gvisor/pull/13981

A new `runsc --no-root-container` flag allows a sandbox with no root container.

Adopting it removes, per actor start and per restore: the pause image pull, the pause bundle, its overlay compose (`SetupBundleRootfs`), and one `runsc create` + `runsc start` round trip. A constant-factor saving on both the cold and hot paths, plus a meaningful amount of special-casing deleted (`"pause"` is hardcoded through `cmd/ateom-gvisor/main.go` and the checkpoint, restore, state, and delete paths).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.