Re: speedup build time

2024-10-29 Thread void
On Wed, Oct 30, 2024 at 12:53:01AM +0100, Olivier Cochard-Labbé wrote: On Wed, Oct 30, 2024 at 12:21 AM void wrote: this is interesting How do you use 'buildworld-jobs' ? make buildworld buildworld-jobs? make buildworld-jobs buildworld? make buildworld-jobs buildkernel-jobs cool! i'll tr

Re: speedup build time

2024-10-29 Thread void
On Tue, Oct 29, 2024 at 03:52:24PM -0700, Simon J. Gerraty wrote: Maku Bex wrote: * What (if any) "max_jobs" (make's "-j" parameter) are you using? 16 BTW if you use 'buildworld-jobs' jobs.mk will default to -j 1.33C (1.33 * ncpu) and also save the output to ../buildworld.log this is inter

Re: speedup build time

2024-10-29 Thread Olivier Cochard-Labbé
On Wed, Oct 30, 2024 at 12:21 AM void wrote: > > this is interesting > > How do you use 'buildworld-jobs' ? > make buildworld buildworld-jobs? > make buildworld-jobs buildworld? > > make buildworld-jobs buildkernel-jobs

Re: speedup build time

2024-10-29 Thread Simon J. Gerraty
Maku Bex wrote: > * What (if any) "max_jobs" (make's "-j" parameter) are you using? 16 BTW if you use 'buildworld-jobs' jobs.mk will default to -j 1.33C (1.33 * ncpu) and also save the output to ../buildworld.log 1.5C also works pretty well for me (the C isn't strictly needed so long as arg to