How much ram do you win, blacklisting those modules ?<p>All the kernel modules of my desktop sum a few KB. Only in 1 system I see "nvidia" is a big module, but it doesn't use to be loaded in virtual machines.<p>About the blacklisting method... I use to never touch the distribution files inside /etc/modprobe.d (to ease upgrades, differences across hosts, etc).<p>I think it could be better to use something like /etc/modprobe.d/local.conf or hostname.conf<p>And note, that the "blacklist" directive, by side effects, may avoid module autoloading at boot time, but the real way to disable a module (forever) is to use this instead of "blacklist":<p><pre><code> install modname /bin/true
</code></pre>
For more information, see blacklist in: man 5 modprobe.d<p>I did expect to see more tips about "userspace" configurations, where it's more easy to win MB instead of KB.<p>At kernel level... after change the kernel for one more light, and tune which modules are loaded... if we go for details... still you could see which params are available for loaded modules (some params may affect ram usage) and which sysctl values we can tune in the kernel (buffers, limits, etc) to affect ram usage.