Increase fullmte ring buffer to 4x on shusky
Bug: 263287052 Change-Id: I0dee7407e374484006c28ea9a801c61955ee5def
This commit is contained in:
parent
9b2aeca4f0
commit
017616c62a
2 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
# Husky specific init.rc
|
# Husky specific init.rc
|
||||||
import /vendor/etc/init/hw/init.zuma.rc
|
import /vendor/etc/init/hw/init.zuma.rc
|
||||||
|
|
||||||
|
on early-init && property:ro.product.name=husky_fullmte
|
||||||
|
export SCUDO_OPTIONS allocation_ring_buffer_size=131072
|
||||||
|
|
||||||
on init && property:ro.vendor.factory=1
|
on init && property:ro.vendor.factory=1
|
||||||
import /vendor/etc/init/hw/init.factory.rc
|
import /vendor/etc/init/hw/init.factory.rc
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,9 @@
|
||||||
# Shiba specific init.rc
|
# Shiba specific init.rc
|
||||||
import /vendor/etc/init/hw/init.zuma.rc
|
import /vendor/etc/init/hw/init.zuma.rc
|
||||||
|
|
||||||
|
on early-init && property:ro.product.name=shiba_fullmte
|
||||||
|
export SCUDO_OPTIONS allocation_ring_buffer_size=131072
|
||||||
|
|
||||||
on init && property:ro.vendor.factory=1
|
on init && property:ro.vendor.factory=1
|
||||||
import /vendor/etc/init/hw/init.factory.rc
|
import /vendor/etc/init/hw/init.factory.rc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue