Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 536deac8 authored by Andrei Homescu's avatar Andrei Homescu
Browse files

binderRpcTest: More heap memory on Trusty

binderRpcTest uses a lot of memory and crashes on Trusty
if it runs out, so raise its heap limit from 160K to 256K.

Bug: None
Test: Boot emulator
Change-Id: Ib8f4188f50415a5e017a3c00f2073055bc3269e3
parent 16c64837
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
{
    "uuid": "9dbe9fb8-60fd-4bdd-af86-03e95d7ad78b",
    "app_name": "binderRpcTest",
    "min_heap": 163840,
    "min_heap": 262144,
    "min_stack": 16384
}