Spacewar: rootdir: 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:
committed by
nyxalune
parent
47f48103db
commit
dc5619e0d2
@@ -104,10 +104,6 @@ on fs && property:ro.boot.product.vendor.sku=lahaina
|
||||
wait /dev/block/bootdevice/by-name/spunvm
|
||||
mount vfat /dev/block/bootdevice/by-name/spunvm /mnt/vendor/spunvm rw noatime shortname=lower,uid=1000,gid=1000,dmask=007,fmask=007,context=u:object_r:vendor_spunvm_file:s0
|
||||
|
||||
on post-fs
|
||||
# set RLIMIT_MEMLOCK to 64MB
|
||||
setrlimit 8 67108864 67108864
|
||||
|
||||
on late-fs
|
||||
mount_all /vendor/etc/fstab.default --late
|
||||
|
||||
|
||||
Reference in New Issue
Block a user