There was an error while loading. Please reload this page.
1 parent ff7c3b8 commit b97fe45Copy full SHA for b97fe45
pkg/edgefunc/runc/runc.go
@@ -82,7 +82,7 @@ func config(id, rootFS, runtimeBinPath, esZipPath string) *configs.Config {
82
},
83
84
Cgroups: &configs.Cgroup{
85
-Name: "edge-runtime",
+Name: id,
86
Parent: "system",
87
Resources: &configs.Resources{
88
MemorySwappiness: nil,
0 commit comments