sdm710-common: Force disable iorapd
* Its eating more RAM and slow down device * Thanks for CAFEBABE find this Signed-off-by: Jabiyeff <cebiyevanar@gmail.com> Signed-off-by: Pranav Temkar <pranavtemkar@gmail.com>
This commit is contained in:
parent
b9460e9c8a
commit
843e14c5c3
2 changed files with 7 additions and 3 deletions
|
@ -48,9 +48,6 @@ ro.hardware.vulkan=adreno
|
|||
# IMS
|
||||
ro.telephony.block_binder_thread_on_incoming_calls=false
|
||||
|
||||
# IORap
|
||||
persist.device_config.runtime_native_boot.iorap_readahead_enable=true
|
||||
|
||||
# Media
|
||||
media.settings.xml=/vendor/etc/media_profiles_vendor.xml
|
||||
|
||||
|
|
|
@ -460,3 +460,10 @@ VENDOR_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
|||
|
||||
# Set boot SPL
|
||||
BOOT_SECURITY_PATCH = $(PLATFORM_SECURITY_PATCH)
|
||||
|
||||
# App launch prefetching (IORapd)
|
||||
PRODUCT_PROPERTY_OVERRIDES += \
|
||||
ro.iorapd.enable=false \
|
||||
iorapd.perfetto.enable=false \
|
||||
iorapd.readahead.enable=false \
|
||||
persist.device_config.runtime_native_boot.iorap_readahead_enable=false
|
||||
|
|
Loading…
Reference in a new issue