ParaCell: Paravirtualized Secure Containers with Lightweight Intra-Container Isolation and Intent-Driven Memory Management
Yiyang Wu, Xunjie Wang, Jinyu Gu, Haibo Chen

TL;DR
ParaCell introduces a paravirtualized secure container system that enhances intra-container isolation and memory management, significantly improving performance and memory efficiency in cloud and agent workloads.
Contribution
It proposes lightweight intra-container isolation primitives and an intent-driven memory management scheme, addressing the fundamental trade-off between security and performance in container systems.
Findings
Reduces latency by up to 57% and 79% over PVM.
Achieves up to 33% and 88% latency reduction over RunV.
Saves up to 35.6% memory compared to HyperAlloc.
Abstract
Secure containers isolate each container with its own kernel, mitigating shared-kernel attacks prevalent in traditional container systems. However, existing designs still face a fundamental isolation--performance trade-off. Nested-cloud deployments amplify the cost of VM exits and page-table management, while emerging agentic workloads expose bursty memory demand that requires fine-grained elasticity. We attribute this trade-off to two root causes. First, existing designs lack lightweight intra-container isolation primitives for frequent container user--kernel transitions. Second, the host treats container memory management as opaque, forcing reactive secondary faults and coarse-grained huge page mappings to amortize their cost. This paper presents ParaCell, a paravirtualized secure container runtime built on two insights. First, intra-address-space hardware protection primitives can…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
