Date: Sat, 27 Nov 2004 17:49:22 -0800 From: "David Schwartz" <davids@webmaster.com> To: <freebsd-stable@freebsd.org> Subject: RE: make -j$n buildworld : use of -j investigated Message-ID: <MDEHLPKNGKAHNMBLJOLKMEKPABAB.davids@webmaster.com> In-Reply-To: <41A91E7E.8050409@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
> According to my formula: > > time(minutes) = 1e5 / ( speed(MHz) * nproc ) > > and taking nproc = 1, this results in > > time = 1e5 / 2798.66 = 36 minutes > > Quite accurate for your system as well. At least this formula gives a > resonable estimate about the compile time. > > Apparently HT does not help much, since with SMP kernel, times do not > get any close to 36/2 = 18 minutes. However, there is a slight improvement > from -j1 to -j2 with SMP. You're saying that HT does not help because it doesn't double the speed? That makes no sense. HT helps if it brings the time down. If it brings it down to 34 minutes, it helps a little. If it brings it down to 24 minutes, it helps quite a bit. It's unrealistic to even imagine that HT will bring anything close to the benefit of a second physical CPU. DS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?MDEHLPKNGKAHNMBLJOLKMEKPABAB.davids>