speedup build time
- Reply: David Wolfskill : "Re: speedup build time"
- Reply: void : "Re: speedup build time"
- Reply: Brian : "Re: speedup build time"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 28 Oct 2024 00:00:17 UTC
Hello, I'm trying to figure out a way to decrease build time of -CURRENT and/or -STABLE but it is not working out that well. I've tried the following: * Tuning /etc/make.conf and /etc/src-env.conf based on their manpages (make.conf(5), make(1), src.conf(5)). * Removed certain options from GENERIC, which reduced the kernel build time significantly. Hardware specs: * I7-10700T 8C/16T @2.0GHz. * 16GB RAM. * 256GB NVMe. Currently, 'make buildworld' has been running for 7hrs and counting. Is there anything else I can do to speed up world build? thx,