Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. #!/system/bin/sh
  2.  
  3. # Script to increase sdcard cache size and read speed
  4.  
  5.  
  6. if [ -e /sys/devices/virtual/bdi/179:0/read_ahead_kb ]
  7. then
  8. echo "3072" > /sys/devices/virtual/bdi/179:0/read_ahead_kb;
  9. fi;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement