On Mon, Jun 05, 2000 at 04:51:28PM -0700, Mike Smith wrote:
[...]
> TBH, unloading an idle module is basically a waste of time.  Modules are, 
> on the whole, so small that the savings are entirely outweighed by the 
> unnecessary complexity.

What is won by unloading a module anyway? Memory the module
previously allocated will be freed? Hmm, do the following
several times (n*100, n*1000):

hostname# kldload cd9660; kldunload cd9660

More and more wired memory will be allocated but not freed.
If you perform this cycle too many times, the machine will
lock up or reboot.

  Björn

-- 
-----BEGIN GEEK CODE BLOCK-----
GCS d--(+) s++: a- C+++(-) UB++++OSI++++$ P+++(-) L---(++) !E W- N+ o>+
K- !w !O !M !V  PS++  PE-  PGP++  t+++  !5 X++ tv- b+++ D++ G e+ h-- y+ 
------END GEEK CODE BLOCK------


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to