Browse Source

Decrease storage buffer to 10MB

Paul Keith 6 years ago
parent
commit
eb07f340ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build/meta/com/google/android/update-binary

+ 1 - 1
build/meta/com/google/android/update-binary

@@ -83,7 +83,7 @@ fi
 LOWMEM=1572864
 MEM=`grep MemTotal /proc/meminfo | awk '{ print $2 }'`
 STORAGE=`exec_util "df /system" | grep -v Filesystem | awk '{ print $4 }'`
-STORAGE_BUFFER=25600
+STORAGE_BUFFER=10240
 
 ui_print "Extracting files"
 cd /tmp