Hi Andrew

at 03.11.2011 12:27, Andrew wrote:
> 03.11.2011 11:28, Andrew пишет:
>> P.S. linux kernel can load archived modules; this can slightly reduce 
>> memory consumption by ramfs.
>  From now  'next' branch uses compressed modules - now default memory 
> footprint is ~20M; also it'll require much less RAM for module 
> auto-loading (compressed module tree weights ~10M instead of ~20M).
> 
> IMHO this modifocation also can be merged into 4.x branch (at first look 
> it shouldn't break anything)

Let's see, the compression is just a simple gzip of the kernel modules
on the media, which should be compressed anyway in the .lrp format.

Once the (kernel) modules are loaded in kernel space there is IMHO no
need to keep them in /lib/modules anyway, unless they need to be
reloaded. The cheapest way to save space is to simply not use
/lib/modules/kernel...... on the ram disk.

cheers

Erich

Attachment: smime.p7s
Description: S/MIME Kryptografische Unterschrift

------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
leaf-devel mailing list
leaf-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to