From 369385b1924694d62bf4448311be1549dc9f70f5 Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sat, 10 Aug 2024 13:18:20 -0500 Subject: [PATCH] host_vars: comment assumption --- host_vars/localhost.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/host_vars/localhost.yml b/host_vars/localhost.yml index 3bd4580..426730e 100644 --- a/host_vars/localhost.yml +++ b/host_vars/localhost.yml @@ -1,5 +1,6 @@ --- -# the profile tries to find the amdgpu GPU with displays for applying these settings +# the profile tries to find the card with displays attached to apply these settings. +# configuration of many GPUs not yet supported, one is assumed gpu_clock_min: "500" gpu_clock_max: "2715" gpumem_clock_static: "1075"