This repository was archived by the owner on Sep 2, 2021. It is now read-only.
Replies: 2 comments 14 replies
-
Beta Was this translation helpful? Give feedback.
5 replies
-
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
Since now
CONFIG_NO_HZ_FULL
is recommended in CacULE, here is the discussion thread for the technical details and feedback for using the adaptive tickless mode with CacULE.Notes:
nohz_full=
kernel parameter, and CPU0 should be excluded from the list. For example, if you have a 4-core CPU (w/o hyperthreading), you may usenohz_full=1-3
to enable adaptive tickless mode on all cores except CPU0.nohz_full=1-3,5-7
to enable adaptive tickess mode on all physical cores and their sibling threads except CPU0.Beta Was this translation helpful? Give feedback.
All reactions