commit | 0cd3570f3bc8fe58e81c427aab7957e56b440aaa | [log] [tgz] |
---|---|---|
author | Steve Kondik <shade@chemlab.org> | Mon Oct 18 12:22:23 2010 -0400 |
committer | Steve Kondik <shade@chemlab.org> | Mon Oct 18 12:22:23 2010 -0400 |
tree | 0926c2171b6d1fafb5b6f093df7d6cde97ed887e | |
parent | 50b7b523a55eb08081960c0a9f0abc59a860f7c1 [diff] |
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