diff options
| author | Michele Bertasi <405934+mbrt@users.noreply.github.com> | 2026-03-26 22:19:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-26 14:19:14 -0700 |
| commit | 298ed2a6c44cde90b4262b884169c53b8deda508 (patch) | |
| tree | 1838fd3e8ca9913292562ee854d633288e6dfced /cgroup/testdata/v2-no-limit/expected.json | |
| parent | ea916da7fa9844cc3da608e75510f478c7b09f7d (diff) | |
Add support for cgroup limits (#443)
* Add cgroup package
* Refactor procGgroup
* Add testdata generation
* Add v1 testdata generation
* Move scripts around
* Add integration test in CI
* Remove cgroup v1
* Move to cgroup struct
* Remove half-core test as it's redundant
Diffstat (limited to 'cgroup/testdata/v2-no-limit/expected.json')
| -rw-r--r-- | cgroup/testdata/v2-no-limit/expected.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgroup/testdata/v2-no-limit/expected.json b/cgroup/testdata/v2-no-limit/expected.json new file mode 100644 index 0000000..3a6d7ed --- /dev/null +++ b/cgroup/testdata/v2-no-limit/expected.json @@ -0,0 +1 @@ +{"cpu_quota": null, "memory_limit": null} |