You are not logged in.
Pages: 1
Hi there,
I want to install Arch on a very old computer with 64 MB of RAM. Anyone have any experience with http://code.google.com/p/compcache/ ? Does it make any difference in speed on old low-RAM systems? Any tips on using it on Arch?
Thanks a lot!
Offline
never used it but:
kernel26zen has it.
http://git.zen-sources.org/?p=zen.git;a=heads
it's in AUR.
http://aur.archlinux.org/packages.php?ID=13900
Offline
Thanks! Is it available on the stable kernel too though?
Offline
Thanks! Is it available on the stable kernel too though?
well i guess you just have to patch the stable kernel source.
Offline
if you want the fast&easy solutions, download compcache and follow the instructions in the README file.
it took me 30 seconds to make it work, i just tried now. after that, just add the relevant modules (lzo1x_compress.ko, lzo1x_decompress.ko, tlsf.ko, compcache.ko) to your rc.conf modules array and run the use_compcache.sh script at startup by putting it in rc.local. done.
Offline
Ok, I´ll give it a try. Thanks!
Offline
my bad, use_compcache.sh will load the modules for you so don't even have to put them in /etc/rc.conf. just run the script at startup and it should be enough.
Offline
FTR, you have to change line 13 in use_compcache.sh from:
LSMOD_BIN=/sbin/lsmod
to
LSMOD_BIN=/bin/lsmod
same in unuse_compcache.sh
strangely, it won't work if i put it in rc.local but will work perfectly if i run it once i logged in. i didn't try further to understand why. maybe later.
Offline
Pages: 1