Decrease storage buffer to 10MB

This commit is contained in:
Paul Keith 2019-02-03 20:07:24 +01:00
parent 0e1baf6960
commit eb07f340ac

View File

@ -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