]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/cgroup: CPU cgroup limit discovery
authorMichael Pratt <mpratt@google.com>
Tue, 22 Apr 2025 10:24:37 +0000 (10:24 +0000)
committerMichael Pratt <mpratt@google.com>
Wed, 21 May 2025 17:21:47 +0000 (10:21 -0700)
commitf12c66fbed546645389cf184b0e2ffd6ad9f78ec
tree3b9a98e96253e55eaff8e7190b78a14a37c1814f
parent06450a82b04dc4b3599ae4864827e6f8a5b7d628
internal/runtime/cgroup: CPU cgroup limit discovery

For #73193.

Change-Id: I6a6a636ca9fa9cba429cf053468c56c2939cb1ac
Reviewed-on: https://go-review.googlesource.com/c/go/+/668638
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
src/internal/runtime/cgroup/cgroup_linux.go [new file with mode: 0644]
src/internal/runtime/cgroup/cgroup_linux_test.go [new file with mode: 0644]
src/internal/runtime/cgroup/export_linux_test.go [new file with mode: 0644]
src/internal/runtime/cgroup/runtime.go [new file with mode: 0644]
src/runtime/panic.go