diff --git a/src/memory.rs b/src/memory.rs index 98365c3..dc64bbc 100644 --- a/src/memory.rs +++ b/src/memory.rs @@ -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,