← back to Exo
remove kern.timer.scan_interval from bootstrap.sh
2391051c11b419a8399064d74c613b233d999257 · 2025-01-23 00:41:40 +0000 · Alex Cheema
Files touched
Diff
commit 2391051c11b419a8399064d74c613b233d999257
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Thu Jan 23 00:41:40 2025 +0000
remove kern.timer.scan_interval from bootstrap.sh
---
.github/bootstrap.sh | 1 -
1 file changed, 1 deletion(-)
diff --git a/.github/bootstrap.sh b/.github/bootstrap.sh
index bc73786f..e146ed7d 100755
--- a/.github/bootstrap.sh
+++ b/.github/bootstrap.sh
@@ -203,7 +203,6 @@ 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.scan_interval=40000
sudo sysctl -w kern.timer.longterm.scan_interval=100000
sudo sysctl -w kern.cpu_checkin_interval=5000
# Disable QoS restrictions
← 112dea15 add back the benchmarks baby
·
back to Exo
·
remove kern scan intervals cc78738e →