[object Object]

← back to Exo

remove kern scan intervals

cc78738e24c9119e9017171996806dcf1ab3ed78 · 2025-01-23 00:49:32 +0000 · Alex Cheema

Files touched

Diff

commit cc78738e24c9119e9017171996806dcf1ab3ed78
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Thu Jan 23 00:49:32 2025 +0000

    remove kern scan intervals
---
 .github/bootstrap.sh | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/.github/bootstrap.sh b/.github/bootstrap.sh
index e146ed7d..03b13079 100755
--- a/.github/bootstrap.sh
+++ b/.github/bootstrap.sh
@@ -202,9 +202,6 @@ sudo sysctl -w kern.timer_coalesce_tier3_scale=-5
 sudo sysctl -w kern.timer_coalesce_tier3_ns_max=1000
 sudo sysctl -w kern.timer_coalesce_tier4_scale=-5
 sudo sysctl -w kern.timer_coalesce_tier4_ns_max=1000
-# Set minimum allowed scan intervals
-sudo sysctl -w kern.timer.longterm.scan_interval=100000
-sudo sysctl -w kern.cpu_checkin_interval=5000
 # Disable QoS restrictions
 sudo sysctl -w net.qos.policy.restricted=0
 sudo sysctl -w net.qos.policy.restrict_avapps=0

← 2391051c remove kern.timer.scan_interval from bootstrap.sh  ·  back to Exo  ·  runners back d54e19c2 →