Hi All,<br><br>compcache-0.6pre1 is out! This brings some new features:<br> - Support for _file_ as backing swap. Earlier we supported only block device as backing swap.<br> - Support for multiple ramzswap devices. Earlier there was only one hardcoded device (/dev/ramzswap0).<br>
(see Changelog for details).<br><br>These features will also help with scalability problem to some extent -- instead of creating one giant ramzswap<br>device, you can now create multiple such devices. Each device has separate memory pool, compression buffers,<br>
locking. Thus, contention for resources will be less with multiple devices.<br><br>Also, swap files are lot more flexible than swap partitions. So, it should be useful to have in-memory compression<br>layer over swap files too.<br>
<br>These feature introduced a lot of new code and major code re-organization (diff v.s. version 0.5.3 is ~3000 lines!).<br>So, it still needs lot of testing before final release.<br><br>README contains all the information needed to compile and use it. A new wiki page has been created to<br>
focus on this release:<br><a href="http://code.google.com/p/compcache/wiki/CompilingAndUsingNew">http://code.google.com/p/compcache/wiki/CompilingAndUsingNew</a><br><br>Download:<br><a href="http://code.google.com/p/compcache/downloads/list">http://code.google.com/p/compcache/downloads/list</a><br>
<br>Known bugs:<br> - Issue <a href="http://code.google.com/p/compcache/issues/detail?id=33">33</a>:
 
 
 <span class="h3">swapon fails on android G1 (ARM)<br><br><br>Thanks,<br>Nitin<br><br></span>