Re: speedup build time

2024-10-27 Thread David Wolfskill
On Sun, Oct 27, 2024 at 07:00:17PM -0500, Maku Bex wrote: > ... > 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.

Re: speedup build time

2024-10-27 Thread David Wolfskill
On Sun, Oct 27, 2024 at 08:47:55PM -0500, Maku Bex wrote: > Hi David, > > * What (if any) "max_jobs" (make's "-j" parameter) are you using? 16 > > * For a 16T system, I expect I would start with a value of around 28. > Shouldn't this number be equal to $(nproc --all)? Not necessarily. You migh

Re: speedup build time

2024-10-27 Thread void
On Sun, Oct 27, 2024 at 07:00:17PM -0500, Maku Bex wrote: 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. * Tuning /etc/make.conf and /etc/src-env.conf based on their manpages (make.conf(5), make(1), src.conf(5))

RE: speedup build time

2024-10-27 Thread Mark Millard
Maku Bex wrote on Date: Mon, 28 Oct 2024 00:00:17 UTC : > 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

panic: tcp_do_segment: sent too much

2024-10-27 Thread Gleb Smirnoff
Hi, I just got this panic on my desktop running latest stabweek snapshot. panic: tcp_do_segment: sent too much db_trace_self_wrapper() at db_trace_self_wrapper+0x2c/frame 0xfe0209deb440 kdb_backtrace() at kdb_backtrace+0x46/frame 0xfe0209deb4f0 vpanic() at vpanic+0x23d/frame 0xfe020

Re: bhyve regression (head): windows VMs failing with error 0xc000021a

2024-10-27 Thread Guido Falsi
On 26/10/24 15:28, Mark Johnston wrote: On Fri, Oct 25, 2024 at 11:12:48PM +0200, Guido Falsi wrote: On 25/10/24 22:49, Mark Johnston wrote: On Fri, Oct 25, 2024 at 09:24:13PM +0200, Guido Falsi wrote: Hi, I've recently updated my current machines to git commit 525a177c165740fc697df3de5b92e58

speedup build time

2024-10-27 Thread Maku Bex
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 certa

RE: speedup build time

2024-10-27 Thread Maku Bex
Hi David, * What (if any) "max_jobs" (make's "-j" parameter) are you using? 16 * For a 16T system, I expect I would start with a value of around 28. Shouldn't this number be equal to $(nproc --all)? * Are you using make's "meta" mode? I do. Yes. * Can you get more memory for that system? Yes,

[Bug 197921] scheduler: Allow non-migratable threads to bind to their current CPU

2024-10-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197921 Mark Linimon changed: What|Removed |Added Keywords|needs-patch | -- You are receiving this mail be

Re: speedup build time

2024-10-27 Thread void
On Mon, Oct 28, 2024 at 02:23:06AM +, void wrote: make -j16 buildworld make -j16 kernel should read 'make -j16 buildworld && make -j16 kernel' --

Re: panic: tcp_do_segment: sent too much

2024-10-27 Thread tuexen
> On 27. Oct 2024, at 17:38, Gleb Smirnoff wrote: > > Hi, > > I just got this panic on my desktop running latest stabweek snapshot. > > panic: tcp_do_segment: sent too much > db_trace_self_wrapper() at db_trace_self_wrapper+0x2c/frame 0xfe0209deb440 > kdb_backtrace() at kdb_backtrace+0x46/f