diff options
Diffstat (limited to 'cgroup/testdata/v2-two-cores-256m')
4 files changed, 4 insertions, 0 deletions
diff --git a/cgroup/testdata/v2-two-cores-256m/expected.json b/cgroup/testdata/v2-two-cores-256m/expected.json new file mode 100644 index 0000000..04ce067 --- /dev/null +++ b/cgroup/testdata/v2-two-cores-256m/expected.json @@ -0,0 +1 @@ +{"cpu_quota": 2.0, "memory_limit": 268435456} diff --git a/cgroup/testdata/v2-two-cores-256m/proc/self/cgroup b/cgroup/testdata/v2-two-cores-256m/proc/self/cgroup new file mode 100644 index 0000000..1e027b2 --- /dev/null +++ b/cgroup/testdata/v2-two-cores-256m/proc/self/cgroup @@ -0,0 +1 @@ +0::/ diff --git a/cgroup/testdata/v2-two-cores-256m/sys/fs/cgroup/cpu.max b/cgroup/testdata/v2-two-cores-256m/sys/fs/cgroup/cpu.max new file mode 100644 index 0000000..9685656 --- /dev/null +++ b/cgroup/testdata/v2-two-cores-256m/sys/fs/cgroup/cpu.max @@ -0,0 +1 @@ +200000 100000 diff --git a/cgroup/testdata/v2-two-cores-256m/sys/fs/cgroup/memory.max b/cgroup/testdata/v2-two-cores-256m/sys/fs/cgroup/memory.max new file mode 100644 index 0000000..853f47e --- /dev/null +++ b/cgroup/testdata/v2-two-cores-256m/sys/fs/cgroup/memory.max @@ -0,0 +1 @@ +268435456 |