Skip to content

Commit b97fe45

Browse files
committed
[edgefunc] Use unique Cgroup name
1 parent ff7c3b8 commit b97fe45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/edgefunc/runc/runc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func config(id, rootFS, runtimeBinPath, esZipPath string) *configs.Config {
8282
},
8383
},
8484
Cgroups: &configs.Cgroup{
85-
Name: "edge-runtime",
85+
Name: id,
8686
Parent: "system",
8787
Resources: &configs.Resources{
8888
MemorySwappiness: nil,

0 commit comments

Comments
 (0)