Add --no-os-memory-stats-reporting

This commit is contained in:
Michael Vines
2022-03-14 19:38:04 -07:00
parent dbc62f2e28
commit 2da4e3eb6c
5 changed files with 19 additions and 5 deletions

View File

@ -1999,7 +1999,7 @@ fn main() {
let exit_signal = Arc::new(AtomicBool::new(false));
let system_monitor_service =
SystemMonitorService::new(Arc::clone(&exit_signal), false);
SystemMonitorService::new(Arc::clone(&exit_signal), true, false);
if let Some(limit) =
value_t!(arg_matches, "accounts_index_memory_limit_mb", usize).ok()