From 76cdbb7f5b1ea614a67663b0e77709ef0b11ad00 Mon Sep 17 00:00:00 2001 From: nadlabak Date: Tue, 20 Mar 2012 11:47:08 +0100 Subject: [PATCH] scrolling cache: default value - 'default disable' Change-Id: I391fc25047445dc3098f1bb19f2470e65b8fb83c --- system.prop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system.prop b/system.prop index a129ec4..63cfd8f 100644 --- a/system.prop +++ b/system.prop @@ -45,8 +45,8 @@ mot.proximity.distance=100 # to spare some RAM persist.sys.purgeable_assets=1 -# force disable scrolling cache value is 3 -persist.sys.scrollingcache=3 +# scrolling cache: 'default disable' +persist.sys.scrollingcache=2 # apps to be kept in memory (specified by process name) # use with caution, RAM is limited!