Re: most lightweight debian server



Mark Allums wrote:
paragasu wrote:

i will love to find out all the option available. I just one to ask one more thing. i hope it
is not too much. Isn't the kernel have modular support. able to load and unload the
needed and unneeded modules on the fly?
How much is the improvement compare to the strip down version of kernel compared
to the modular version in term of performance? (i know disk space is out of question,
strip down produce small kernel size)

Stripped down will generally be about the same or possibly faster. However, using alternative options, like the I/O scheduler example, will affect your performance, mostly negatively. The kernel has been optimized for performance already; making drastic changes may result in a slower kernel.

You can also configure the kernel for the architecture, e.g. generic i686 vs. Athlon 64 vs. Core 2. A kernel compiled for Athlon 64 will run faster on an Athlon 64 than it will on a Core 2. A kernel compiled for the Core 2 will run faster on a Core 2 than a kernel compiled for generic i686 will run on the same Core 2.

Just more examples.

Memory vs. speed is often a tradeoff. Faster = more memory, usually.

--
Mark Allums


--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx



Relevant Pages

  • Re: Announce: Linux-next (Or Andrews dream :-))
    ... And the rate of change in each major portion of the kernel (drivers, ... arch, core, network, etc) is exactly proportional to the amount of the ... and we also tried to simply even re-architect the whole tree so ... And we fix them up, ...
    (Linux-Kernel)
  • Re: WTF: Stack Size 4k
    ... > hell are those of us who use and love the SCSI boards based on the ... > kernel with the 8k stack size by choosing to not allow that as an option ... I, for one, see great folly in upgrading ANY datacenter to Fedora Core 2 ...
    (Fedora)
  • Re: SMP Kernel
    ... since the memory is shared between all the cores the Kernel can be ... invoked by any core receiving an interrupt and thus executed by that ... Are there an independent scheduler per cpu? ... To unsubscribe from this list: ...
    (Linux-Kernel)
  • Re: Is C close to the machine?
    ... If a mismatch in workloads is noticed, the pipeline may be repartitioned, generally by moving one kernel across threads. ... Thus, if core 0 has more work than core 1, C may move to core 1, resulting in partition,, ... You're going to have to worry about copying the data at least once and probably twice (data gets created, copied into buffer, data gets copied from buffer, data gets used). ... The overhead of coroutining is not the state save, its the loss of locality of the caching and prediction structures. ...
    (comp.arch)
  • Re: Processor type kernel option for Core Duo (not Core 2)
    ... >> I've got a Centrino Core Duo laptop; ... >> can't work out which processor type option to use for the kernel. ... the CPU type selection within the kernel configuration (make ... > hardware and the software support. ...
    (comp.os.linux.setup)