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.
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
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))
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
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
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
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
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,
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
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'
--
> 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
11 matches
Mail list logo