From 017616c62ad036268e2941a7ab1f2107a6dfca30 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Tue, 10 Jan 2023 15:07:47 -0800 Subject: [PATCH] Increase fullmte ring buffer to 4x on shusky Bug: 263287052 Change-Id: I0dee7407e374484006c28ea9a801c61955ee5def --- conf/init.husky.rc | 3 +++ conf/init.shiba.rc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/conf/init.husky.rc b/conf/init.husky.rc index 4f874c6..52c0e69 100644 --- a/conf/init.husky.rc +++ b/conf/init.husky.rc @@ -1,6 +1,9 @@ # Husky specific init.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 import /vendor/etc/init/hw/init.factory.rc diff --git a/conf/init.shiba.rc b/conf/init.shiba.rc index 1a36bb3..b4eb6a9 100644 --- a/conf/init.shiba.rc +++ b/conf/init.shiba.rc @@ -1,6 +1,9 @@ # Shiba specific init.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 import /vendor/etc/init/hw/init.factory.rc