浏览代码

remove kern scan intervals

Alex Cheema 3 月之前
父节点
当前提交
cc78738e24
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      .github/bootstrap.sh

+ 0 - 3
.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_tier3_ns_max=1000
 sudo sysctl -w kern.timer_coalesce_tier4_scale=-5
 sudo sysctl -w kern.timer_coalesce_tier4_scale=-5
 sudo sysctl -w kern.timer_coalesce_tier4_ns_max=1000
 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
 # Disable QoS restrictions
 sudo sysctl -w net.qos.policy.restricted=0
 sudo sysctl -w net.qos.policy.restricted=0
 sudo sysctl -w net.qos.policy.restrict_avapps=0
 sudo sysctl -w net.qos.policy.restrict_avapps=0