lkml.org 
[lkml]   [1997]   [Feb]   [16]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: I need help with RAM (I suspect a problem but ...)
"W. Reilly Cooley" <wcooley@navi.net> writes:
> I have found that with 32MB of memory running up to "make -j 30" or so
> (maybe higher, I gave up because I found little difference in the time
> for a kernel make with that than without it, and often it seemed to
> take several seconds _longer_ with more concurrent jobs, but I have
> only one CPU) I had no swapping (but I had nothing else running on the
> machine)

More than the "-j #" option is important here. RAM use will vary
radically depending on what parts of the kernel you are compiling.
-j 30 is excessive on a single processor machine, though; I find -j8
to be optimal on a PPro 180 with 64MB RAM. -j16 hits swap on this
machine with my standard kernel options. -j12 fails to hit swap but
is slower than -j8. I don't think that anyone else can get anything
useful from this except that they need to try timing things
themselves; -jX, where X is 4 times the number of processors in the
machine, is a good place to start for machines with 16MB+ of RAM.

Cordially,

Sumner

--
Respond by post or email, but please don't CC: postings to me; my mailbox
is already quite full.

\
 
 \ /
  Last update: 2005-03-22 13:38    [W:0.039 / U:1.924 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site