Eric Lin
Eric Lin
Are supports of `docker update --cpus` on the way ? As well as `docker update --memory`
Using bytes.Buffer is not necessary since we can write the encoded output directly to provided writer.
### Description From the comments in https://github.com/opencontainers/runc/blob/main/libcontainer/cgroups/fs2/memory.go#L218, it appears the root stats of cgroup v2 was collected in a way to be similar to how v1 is implemented. My understanding,...
Also fix #211
When burst is 1, there would be edge cases we get tokens of 0.9999999999997222 due to float64 multiplication/division rounding out value. So avoid those calculation when 'last' is old enough...
FIX #100. In addition, the '--shrink-prefix' option can be used for specify rpath when executable is building in anothen buildroot. For instance, if an executable located in /tmp/buildroot and can...
fixes: #14809 Please also refer to previously closed [PR](https://github.com/etcd-io/etcd/pull/14810)
#### What type of PR is this? /kind bug #### What this PR does / why we need it: #### Which issue(s) this PR fixes: Fixes #125614 #### Special notes...
ListPodSandboxStats() involves shim API calls for each sandbox to collect aggregated stats. So the total latency is proportional to the count of running sandboxes. This commit will optimize that to...