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:
Jabiyeff 2022-06-17 10:32:07 +04:00 committed by CakesTwix
parent b9460e9c8a
commit 843e14c5c3
Signed by: CakesTwix
GPG key ID: 7B11051D5CE19825
2 changed files with 7 additions and 3 deletions

View file

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

View file

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