Skip to content

Commit

Permalink
cfg: Set _bore_min_base_slice_ns to its default of "2000000"
Browse files Browse the repository at this point in the history
  • Loading branch information
Tk-Glitch committed Oct 14, 2024
1 parent b1d5b4e commit 8016959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion customization.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ _eevdf_sched_ext_support="true"

# BORE only - The default lower bound limit of the base slice. Setting this value too high can cause the system to boot with an unnecessarily large base slice, resulting in high scheduling latency and poor system responsiveness.
# Default is 2000000
_bore_min_base_slice_ns="1000000"
_bore_min_base_slice_ns="2000000"

# Trust the CPU manufacturer to initialize Linux's CRNG (RANDOM_TRUST_CPU) - Kernel default is "false"
_random_trust_cpu="true"
Expand Down

0 comments on commit 8016959

Please sign in to comment.