GridPane Using cpulimit to lower CPU usage byJordanMay 1, 2021No comments1 minute read You might find that you’ll login to your system and see the following. This can be corrected by using cpulimitCopy cpulimit -l 10 -f -m -- /usr/bin/diskus -j 1 / Resulting in diskus only using a small percentage of CPU.