Skip to content
Snippets Groups Projects
Commit 39f908c0 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "init.target.rc : limit discard size to 128MB"

parents b91f549e e957c001
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,8 @@ on boot
setprop vendor.usb.controller a600000.dwc3
#Load WLAN driver
exec_background u:r:vendor_modprobe:s0 -- /vendor/bin/modprobe -a -d /vendor/lib/modules/ qca_cld3_wlan
# limit discard size to 128MB in order to avoid long IO latency
write /sys/block/sda/queue/discard_max_bytes 134217728
on property:vendor.display.lcd_density=560
setprop dalvik.vm.heapgrowthlimit 256m
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment