mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Handle X" <xhandle@gmail.com>
To: "Jesper Juhl" <jesper.juhl@gmail.com>
Cc: "Brian D. McGrew" <brian@visionpro.com>, linux-kernel@vger.kernel.org
Subject: Re: Building the kernel on an SMP box?
Date: Sat, 29 Jul 2006 11:54:43 -0700	[thread overview]
Message-ID: <6de39a910607291154l5685bbb4nb78aa0689ca37986@mail.gmail.com> (raw)
In-Reply-To: <9a8748490607290729y49c66208n8b8ea5b9b29a3d06@mail.gmail.com>

On 7/29/06, Jesper Juhl <jesper.juhl@gmail.com> wrote:
> On 27/07/06, Brian D. McGrew <brian@visionpro.com> wrote:
> > Good morning all!
> > reasonable configuration to get my builds down under five minutes or so?
I got a (moderately old) Sun V20z with 2 Opteron 2.2 GHz with 7G ram.
My numbers are comparable with yours. (I don't know if they are on the
lower side for such a h/w configuration)
>
> My box builds my ordinary .config (attached) in under 5min :
>
> $ time make -j3
> real    3m58.047s
> user    4m54.574s
> sys     1m24.202s
Mine is (with your configuration file, src updated with latest linus' tree,
[om@turyxsrv /home/src/linux-2.6]$  time make -j4
...snipped...
real    4m12.316s
user    5m12.600s
sys     0m37.742s

With stdout redirected, (It helps to save a minute or so )
[om@turyxsrv /home/src/linux-2.6]$ time make -j4  >>time.txt

real    3m23.504s
user    5m14.776s
sys     0m38.138s

>
> Here are some more numbers for you to compare to your box :
>
> allnoconfig :
>
> $ make clean
> $ make allnoconfig
> $ time make -j3
> real    0m54.544s
> user    1m2.113s
> sys     0m20.781s

[om@turyxsrv /home/src/linux-2.6]$ time make -j4 > allnoconfigtime.txt
real    0m43.399s
user    1m6.256s
sys     0m9.389s
>
>
> allmodconfig :
>
> $ make clean
> $ make allmodconfig
> $ time make -j3
> real    28m49.748s
> user    35m3.212s
> sys     10m43.633s

[om@turyxsrv /home/src/linux-2.6]$ time make -j4 > allmodconfigtime.txt
real    39m59.100s
user    34m16.857s
sys     4m36.697s
> This box uses a Athlon64 X2 4400+ CPU, has 2GB RAM and a single
> Ultra160 SCSI disk.

[root@turyxsrv ~]# hdparm -tT /dev/sda

/dev/sda:
 Timing cached reads:   2676 MB in  2.00 seconds = 1338.79 MB/sec
 Timing buffered disk reads:  184 MB in  3.02 seconds =  61.00 MB/sec

      reply	other threads:[~2006-07-29 18:54 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-27 14:06 Brian D. McGrew
2006-07-27 15:19 ` Rolf Eike Beer
2006-07-28  1:02 ` Bill Davidsen
2006-07-28 13:46 ` Andi Kleen
2006-07-29 19:33   ` Bill Davidsen
2006-07-29 19:29     ` Andi Kleen
2006-07-29 21:30       ` Bill Davidsen
2006-07-30 16:18       ` Valdis.Kletnieks
2006-07-30 17:11         ` Andi Kleen
2006-07-29 14:29 ` Jesper Juhl
2006-07-29 18:54   ` Handle X [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6de39a910607291154l5685bbb4nb78aa0689ca37986@mail.gmail.com \
    --to=xhandle@gmail.com \
    --cc=brian@visionpro.com \
    --cc=jesper.juhl@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®