summaryrefslogtreecommitdiffstats
path: root/prebuilt/common/bin/handle_compcache
diff options
context:
space:
mode:
Diffstat (limited to 'prebuilt/common/bin/handle_compcache')
-rwxr-xr-xprebuilt/common/bin/handle_compcache2
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuilt/common/bin/handle_compcache b/prebuilt/common/bin/handle_compcache
index 44ab0b7..00b97d6 100755
--- a/prebuilt/common/bin/handle_compcache
+++ b/prebuilt/common/bin/handle_compcache
@@ -21,7 +21,7 @@ fi
if [ $PROP != 0 ]
then
- CCSIZE=$(($(($MEMTOTAL * $PROP)) / 100))
+ CCSIZE=$(($(($MEMTOTAL * $PROP)) / 100 * 1024))
`dirname $0`/compcache start $CCSIZE
else
`dirname $0`/compcache stop