Enable Directfs and Systrap in experimental-high-performance config bundle.

PiperOrigin-RevId: 530736565
This commit is contained in:
Etienne Perot
2023-05-09 15:59:20 -07:00
committed by gVisor bot
parent 2044c34491
commit 1ef6ee2e46
+2
View File
@@ -24,6 +24,8 @@ package config
// Bundles are mutually exclusive iff their flag values overlap and differ.
var Bundles = map[BundleName]Bundle{
"experimental-high-performance": {
"directfs": "true",
"overlay2": "root:self",
"platform": "systrap",
},
}