From 6c70fa05b6aff03a145877a6deb8f00c7fabf0a9 Mon Sep 17 00:00:00 2001 From: Christian Heller Date: Sun, 3 Nov 2024 03:52:07 +0100 Subject: [PATCH] Improve Raspi setup. --- many_releases/home/raspi_root/throttle_cpu.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/many_releases/home/raspi_root/throttle_cpu.sh b/many_releases/home/raspi_root/throttle_cpu.sh index 99f5549..b5f533d 100755 --- a/many_releases/home/raspi_root/throttle_cpu.sh +++ b/many_releases/home/raspi_root/throttle_cpu.sh @@ -1,8 +1,8 @@ #!/bin/sh set -e -MED_TEMP=65000 -MAX_TEMP=80000 +MED_TEMP=85000 +MAX_TEMP=95000 MIN_FREQ=600000 MED_FREQ=1000000 -- 2.30.2