mirror of
https://github.com/criyle/go-sandbox.git
synced 2025-11-04 14:49:53 +08:00
14 lines
349 B
Go
14 lines
349 B
Go
// Package cgroup provices builder to create cgroup
|
|
// under systemd defined mount path (i.e.,sys/fs/cgroup) including v1 and
|
|
// v2 implementation.
|
|
//
|
|
// Available cgroup controller:
|
|
// cpu
|
|
// cpuset
|
|
// cpuacct
|
|
// memory
|
|
// pids
|
|
//
|
|
// Current not available: devices, freezer, net_cls, blkio, perf_event, net_prio, huge_tlb, rdma
|
|
package cgroup
|