DevinLeamy opened a new pull request, #541: URL: https://github.com/apache/mesos/pull/541
In cgroups v2, the CPU bandwidth and bandwidth period (duration over which the bandwidth can be spent) are set in `cpu.max`. This patch introduces an interface to read and update these values. A `BandwidthLimit` object is introduced, which represents a snapshot of the `cpu.max` control file. --- Note: This stands in contrast to cgroups v1 where the period and bandwidth were set in separate control files, `cpu.cfs_period_us` and `cpu.cfs_quota_us` respectively. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
