File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,6 @@ pub struct Memory {
327
327
pub max_usage_in_bytes : u64 ,
328
328
/// Whether moving charges at immigrate is allowed.
329
329
pub move_charge_at_immigrate : u64 ,
330
- // TODO: parse this
331
330
/// Contains various statistics about the NUMA locality of the control group's tasks.
332
331
///
333
332
/// The format of this field (as lifted from the kernel sources):
@@ -344,7 +343,6 @@ pub struct Memory {
344
343
/// Allows setting a limit to memory usage which is enforced when the system (note, _not_ the
345
344
/// control group) detects memory pressure.
346
345
pub soft_limit_in_bytes : u64 ,
347
- // TODO: parse this
348
346
/// Contains a wide array of statistics about the memory usage of the tasks in the control
349
347
/// group.
350
348
pub stat : MemoryStat ,
You can’t perform that action at this time.
0 commit comments