carl_the_llama@lemmy.world to linuxmemes@lemmy.world · 2 years agoIt's been compiling for two days straight...lemmy.worldimagemessage-square33fedilinkarrow-up1433arrow-down110file-text
arrow-up1423arrow-down1imageIt's been compiling for two days straight...lemmy.worldcarl_the_llama@lemmy.world to linuxmemes@lemmy.world · 2 years agomessage-square33fedilinkfile-text
For the curious ones the machine is a 2001 IBM Thinkpad T22 with 20Gb of HDD, 256 Mb of RAM and an Intel Pentium 3 @ 900MHz.
minus-squarecadekat@pawb.sociallinkfedilinkarrow-up17·2 years agoI recently discovered emerge --jobs 8 --load-average 8 instead of just make -j8. Not gonna help much on a 900MHz pentium, but it has really sped up my build times.
minus-squaremagikmw@lemm.eelinkfedilinkarrow-up34·2 years agoMe: Use threads! Single core CPU: Do I look like a loom to you?
minus-squarecarl_the_llama@lemmy.worldOPlinkfedilinkarrow-up3·2 years agoI have to set -j1 because of low ram. Yes I can just increase swap space to “add more RAM” but it will be swap on a 2001 HDD so it’s slow as hell
I recently discovered
emerge --jobs 8 --load-average 8instead of justmake -j8. Not gonna help much on a 900MHz pentium, but it has really sped up my build times.Me: Use threads!
Single core CPU: Do I look like a loom to you?
I have to set -j1 because of low ram. Yes I can just increase swap space to “add more RAM” but it will be swap on a 2001 HDD so it’s slow as hell
DownloadMoreRam