Closed s3rj1k closed 6 years ago
How can I get pids.max from pids cgroup using CgroupItem?
for some strange reason code below does not work:
test := c.CgroupItem("pids.max") fmt.Println(test)
issue is with upstream lxc https://github.com/lxc/lxc/issues/2386 closing
How can I get pids.max from pids cgroup using CgroupItem?
for some strange reason code below does not work: