dietpi-config option to set the DMC governor in Orange Pi 5 #6326
Unanswered
vanfanel
asked this question in
Software Request
Replies: 2 comments
-
Many thanks for your request. Interesting, memory controller scheduling. I wonder whether this is unique on Rockchip's RK3588 vendor kernel or exists on mainline Linux as well. Will check on NanoPi R6S/R6C. Yes is indeed easy to implement. What is the default? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@MichaIng Available values are:
And the default value is: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello there!
Currently there's an option in
dietpi-config
to set the CPU governor underperformance
, but we're missing an option to set the DMC (Dynamic Memory Controller) governor.To make things easier, I will note that the DMC governor can be easily set to
performance
with:echo performance | tee /sys/class/devfreq/dmc/governor
...so the option could be pretty trivial to add, I hope!
Beta Was this translation helpful? Give feedback.
All reactions