From e55537eef02832fd3f91c5f3f2d7b81bf9a0b356 Mon Sep 17 00:00:00 2001 From: Mike Hanby <mhanby@uab.edu> Date: Mon, 14 Aug 2023 19:47:40 -0500 Subject: [PATCH] Mod context switch conf to use 5m interval --- nhc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nhc.conf b/nhc.conf index 82b3be1..26bf36c 100644 --- a/nhc.conf +++ b/nhc.conf @@ -213,4 +213,4 @@ # * || check_nv_healthmon # Check for high rate of context switching - * || uabrc_check_hw_context_switch_rate 300000 30m + * || uabrc_check_hw_context_switch_rate 300000 5m -- GitLab