Hi,<br><br><div class="gmail_quote">On Sun, Oct 31, 2010 at 4:25 PM, clemens fischer <span dir="ltr">&lt;<a href="mailto:ino-news@spotteswoode.dnsalias.org">ino-news@spotteswoode.dnsalias.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
&#39;uname -rms&#39; -&gt; Linux 2.6.36-spott i686<br>
<br>
I&#39;ve been running <a href="http://compcache.googlecode.com/hg" target="_blank">compcache.googlecode.com/hg</a> since 2.6.34.x.  The<br>
latest interface needed only<br>
<br>
    echo &quot;$disksize&quot; &gt; /sys/block/zram0/disksize &amp;&amp;<br>
    mkswap -L zram0 /dev/zram0 &amp;&amp; swapon -p 55 /dev/zram0<br>
<br>
and I got compressed swap for what little my machine usually had to do<br>
with swapping, keeping thos eblocks off the disk.<br>
<br>
Now this interface seems gone from what I read in zram.txt, and the<br>
older zramconfig was resurrected.<br>
<br>
Is this going to be permanent or was an older compcache version merged?<br>
If it is permanent, where do I get the userspace from, I mean, what hg<br>
version do I need to check out for them?  I noticed zramconfig somewhere<br>
in the repo, but they must be in older revisions, because the current<br>
code doesn&#39;t have it.<br>

</blockquote><div><br></div><div><br></div><div>I guess you are trying to use the mainline version of zram -- zramconfig is now gone as we want to switch to /sys interface instead. Currently, mainline version is in a bit inconsistent state and some important fixes have not yet reached mainline due to time constraints. I hope to fix that in near future.  In the mean time, please use zram code from project hg repository.</div>
<div><br></div><div>Thanks,</div><div>Nitin</div><div> </div></div><br>