From cc014824773942ce9e90bc7d017592fd8f07a8f0 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 28 Sep 2023 23:26:58 -0400 Subject: [PATCH] ENH clarify docs --- config/config.dhall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.dhall b/config/config.dhall index 246c398..884bcd1 100644 --- a/config/config.dhall +++ b/config/config.dhall @@ -144,7 +144,7 @@ let GPUPower = freq_limit: only query the GPU every 'cycle_seconds' when frequency is below this value; this should be a sensible value representing and - 'idle' gpu state. + 'idle' gpu state. Set to 0 to disable this check entirely. cycle_seconds: the number of seconds to query the GPU when below the idle frequency limit; note that this must be long enough to let the GPU go to sleep when it actually is ready to sleep, but