mirror of
https://github.com/kata-containers/cgroups-rs.git
synced 2026-08-05 02:13:23 +00:00
memory: remove outdated TODOs
Signed-off-by: Levente Kurusa <lkurusa@acm.org>
This commit is contained in:
@@ -327,7 +327,6 @@ pub struct Memory {
|
||||
pub max_usage_in_bytes: u64,
|
||||
/// Whether moving charges at immigrate is allowed.
|
||||
pub move_charge_at_immigrate: u64,
|
||||
// TODO: parse this
|
||||
/// Contains various statistics about the NUMA locality of the control group's tasks.
|
||||
///
|
||||
/// The format of this field (as lifted from the kernel sources):
|
||||
@@ -344,7 +343,6 @@ pub struct Memory {
|
||||
/// Allows setting a limit to memory usage which is enforced when the system (note, _not_ the
|
||||
/// control group) detects memory pressure.
|
||||
pub soft_limit_in_bytes: u64,
|
||||
// TODO: parse this
|
||||
/// Contains a wide array of statistics about the memory usage of the tasks in the control
|
||||
/// group.
|
||||
pub stat: MemoryStat,
|
||||
|
||||
Reference in New Issue
Block a user