Set swappiness to 30 for compcache
diff --git a/prebuilt/common/bin/compcache b/prebuilt/common/bin/compcache
index 6c9a4f0..c88dfeb 100755
--- a/prebuilt/common/bin/compcache
+++ b/prebuilt/common/bin/compcache
@@ -11,6 +11,7 @@
 case "$1" in
    start)
       echo 3 > /proc/sys/vm/drop_caches
+      echo 30 > /proc/sys/vm/swappiness
       modprobe $MODULE
       rzscontrol $DEV --disksize_kb=$2 --init
       swapon $DEV