Re: udev sysfs docs Re: State of devfs in 2.6?

From: Mark Mielke
Date: Wed Dec 10 2003 - 21:26:03 EST


On Thu, Dec 11, 2003 at 12:48:35AM +0100, Maciej Zenczykowski wrote:
> > I'm not saying module use is more memory efficient than not or vice
> > versa, but if memory usage in the 100K range is going to be the only
> > argument for autoloading/unloading of modules then it's really _not_
> > worth the effort unless someone can give that kind of support without
> > trying. Your fight for memory efficiency should start where the
> > inefficiency is the largest, and work it's way down, not the other way
> > around.
> That's not quite true - all kernel memory is statically mapped into ram
> and unswappable. 2 MB's of X will likely end up 80% swapped to disk and
> the rest is in use (and can still be swapped out when no longer needed).
> 100KB of an unused driver will not get swapped out.
> That's where the difference is. As for using small userspace? I do,
> djbdns for dns, twm for window manager etc etc...

I was under the impression, that on the x86 processors, it is not
possible to have more than ~640Kb of 'unswappable' memory. Everything
else *is* swappable.

Perhaps somebody with understanding could enlighten us on this point?

Is kernel code swappable if compiled in statically? I have assumed
that it is.

mark

--
mark@xxxxxxxxx/markm@xxxxxx/markm@xxxxxxxxxxxxxxxxxx __________________________
. . _ ._ . . .__ . . ._. .__ . . . .__ | Neighbourhood Coder
|\/| |_| |_| |/ |_ |\/| | |_ | |/ |_ |
| | | | | \ | \ |__ . | | .|. |__ |__ | \ |__ | Ottawa, Ontario, Canada

One ring to rule them all, one ring to find them, one ring to bring them all
and in the darkness bind them...

http://mark.mielke.cc/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/