update: tracing RSS MiB

main
_ 2020-12-20 20:41:02 -06:00
parent 137e8e1bf8
commit cbf5583d06
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ impl Interval {
},
Ok (x) => x,
};
trace! ("RSS: {} MiB", new_interval_metrics.rss_mib);
let new_interval_metrics = Arc::new (Some (new_interval_metrics));
for window in windows.iter_mut () {