minus-squarechakli@lemmy.worldtoLinux@programming.dev•Is there a way to keep Linux responsive when at ~100% CPU usage?linkfedilinkarrow-up3·5 months agoI always did make -j$(nproc --ignore=1) to avoid this while building cpp code. But this problem seems to be less severe if there are a lot of cores. linkfedilink
chakli@lemmy.world to Linux Gaming@lemmy.worldEnglish · 8 months agoLinux on the desktop breaks 4% for the first time on Statcounterplus-squarewww.gamingonlinux.comexternal-linkmessage-square60fedilinkarrow-up1391arrow-down14
arrow-up1387arrow-down1external-linkLinux on the desktop breaks 4% for the first time on Statcounterplus-squarewww.gamingonlinux.comchakli@lemmy.world to Linux Gaming@lemmy.worldEnglish · 8 months agomessage-square60fedilink
I always did
make -j$(nproc --ignore=1)
to avoid this while building cpp code. But this problem seems to be less severe if there are a lot of cores.