init: increase read-ahead value to 256 kb
Apps and database file sizes have increased in recent Android versions, which makes it practical to increase our read-ahead value from 128 kb. General user experience seem to have improved a bit. Change-Id: I5d0e367ecdd562599d7f6c93149aa68738987d6d
This commit is contained in:
parent
fb4b3cc9c3
commit
3a44be3ded
@ -318,6 +318,9 @@ on boot
|
|||||||
setprop status.battery.level_raw 50
|
setprop status.battery.level_raw 50
|
||||||
setprop status.battery.level_scale 9
|
setprop status.battery.level_scale 9
|
||||||
|
|
||||||
|
# increase read-ahead value to 256 kb
|
||||||
|
write /sys/block/mmcblk0/queue/read_ahead_kb 256
|
||||||
|
|
||||||
# For RIL
|
# For RIL
|
||||||
service cpboot-daemon /sbin/cbd -d -p 8
|
service cpboot-daemon /sbin/cbd -d -p 8
|
||||||
class main
|
class main
|
||||||
|
Loading…
Reference in New Issue
Block a user