memory management
David Feuer (feuer@his.com)
Sat, 05 Dec 1998 00:42:42 -0500
It seems from what I've seen on this list that there may not be one
(finitely described) set of memory management algorithms that are
optimal for all systems. I think it might be a good idea to provide
several separate algorithms, each optimized for certain amounts of
physical RAM and certain system conditions (e.g. lots of little
processes vs. a few big ones, lots of CPU-intensive processes vs. mostly
disk-bound, huge hard-drive vs. embedded system.....). The memory
management could be selected by
(in increasing order of flexibility and decreasing order of ease of
implementation)
a) configuration options, with well-written help pages so users can
figure out what is likely best for their system.
b) lilo/loadlin/rdev boot parameters with docs
c) loadable modules with docs
I think this could help everybody.
--
______________________________
/ David Feuer \
| dfeuer@binx.mbhs.edu |
| feuer@his.com |
\ david@feuer.his.com /
-----------------------------
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/