Page 1 of 1

Install Ultimate Edition on Old computers(use zram+preload)

PostPosted: Sat Mar 30, 2013 6:13 am
by pam
This is already known, but makes a night and day difference on really old computers with less memory and cpu power.
Install zram.
zram is a program that runs in ram and uses ram as swap instead of caching data to hdd when memory runs out.
It also compressess the data when caching to ram..

Code: Select all
sudo apt-get install zram-config


the above will install for Ultimate Edition 3.4 lite and Ultimate Edition 3.5, on older Ultimate Edition's do the following to install:

Code: Select all
sudo add-apt-repository ppa:shnatsel/zram

Code: Select all
sudo apt-get updat

Code: Select all
sudo apt-get install zramswap-enabler


now to check whether its working from terminal do the following:
Code: Select all
 cat /proc/swaps


Alternatively you can use the graphical utility 'disk-utility' whose correct name is 'palimpsest'...
you can even do a read-only benchmark on the partition.

Another program called 'preload' is already installed and running on Ultimate Edition. Its a read ahead daemon (something that stores preliminary information of programs most often used). You can tinker and change values in /etc/preload.conf to see the effects(not needed)...