sm8550-common: init: Remove redundant mlock() limit setting

The per-process limit for the mlock() family of system calls only
needs to be set in one group of config files. Remove from here as it
is being set in init.qcom.rc .

Change-Id: Ia7d46800eabe2954e3e2618a38ff180c88fee348
This commit is contained in:
Chris Goldsworthy
2023-06-20 20:59:14 -07:00
committed by Mezaque Silver
parent 5f2aba5bc6
commit f3714825da

View File

@@ -93,8 +93,6 @@ on property:ro.boot.product.vendor.sku=kalama
setprop ro.soc.model kalama setprop ro.soc.model kalama
on post-fs on post-fs
# set RLIMIT_MEMLOCK to 64MB
setrlimit 8 67108864 67108864
#Execute virtualization manager #Execute virtualization manager
enable vendor.qvirtmgr enable vendor.qvirtmgr
start vendor.qvirtmgr start vendor.qvirtmgr