Originally Posted by
rehack
for droid anyway. there are 2 problems - first off, the compcache script itself attempts to execute 'rzscontrol' - and that binary hasn't been included in the rom. copying it to /system/xbin solves this problem.
secondly, /etc/sysctl.conf overrides vm.swappiness AFTER the compcache script has set it to 30, so even enabling compcache doesn't actually do anything since this vital variable has been forced back to 0. the vm.swappiness line in /etc/sysctl.conf should be removed or set to 30.