@crazydane sent PM message to you
Testing showed that the problem is not in the script work. Very high CPU load.
You should concat all -a commands into an $args variable that is declared at the start of the while loop. When the iteration of the while loop ends (before the sleep $DELAY line) execute it all via:
nvidia-settings $ARGS > /dev/null
That’s how you deal with the slowdowns in the best possible way. My 13 gpu rig takes around 2 minutes compared to 7-8 minutes to apply all commands linearly.
Добрый день. Расскажите пошагово как установить данный скрипт, а то вообще ни чего не понятно.
1 Like