Re: [SLE] maximum nproc value



Michael Green wrote:

I cannot believe compiling the kernel requires ~700 processes running
in parallel.

Compiling the kernel _requires_ just a single process, but if you build
the kernel to stress a machine, one way is to build it with 'make -j'

I've just compiled 2.4.32 with 'make -j bzImage' on a dual PIII 500MHz
machine with 1.5Gb RAM - the number of processes shown in 'top' crept
slowly towards 700, the highest number I saw was 767.


/Per Jessen, Zürich


--
Check the headers for your unsubscription address
For additional commands send e-mail to suse-linux-e-help@xxxxxxxx
Also check the archives at http://lists.suse.com
Please read the FAQs: suse-linux-e-faq@xxxxxxxx



Relevant Pages

  • Re: Is this code MT-Safe?
    ... > (context switches are still possible when a critical section is entered) ... > a single process. ... > kernel call will be made and the thread can continue. ... > contention (another thread has already entered the same critical ...
    (comp.lang.cpp)
  • Re: binaries not portable from Debian to RedHat
    ... >> multiple KSEs are actually a single process. ... >> sufficient details of the kernel and threading libraries (and anything ... > the information given by the kernel. ...
    (comp.os.linux.development.apps)
  • Re: Process stats wrong under ULE
    ... > I'm seeing the following kind of behaviour under ULE on a UP machine ... > (kernel updated earlier this evening). ... Notice that the total CPU% ... > adds up to way more than 100%; indeed one single process is allegedly ...
    (freebsd-current)
  • TCB for pthread in linux kernel 2.4
    ... I have several doubt about how posix threads are implemented in Linux ... It looks that each pthread is mapped to a single process in ... Is there TCBthat keeps runtime information of ... I can make some kernel module that checks /proc to get certain ...
    (comp.os.linux.development.system)
  • Re: Kernel does strange things when compilations push memory usage above physical memory and the com
    ... oom-killer appears to have killed stuff. ... Does the kernel need to be compiled with any special options to have ... I have what might be a similar issue, after a lot of compiling on a ramdisk. ... but alternative responses that the system has made to such ...
    (Linux-Kernel)