summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Drysdale <drysdale@google.com>2024-03-14 11:13:52 +0000
committerDavid Drysdale <drysdale@google.com>2024-03-15 12:24:01 +0000
commit01e9d8a3a0ce2ec96f6c8be4df98cafdc2fe5663 (patch)
treec5cc353ee7a3a786995baf205c1916c783c48b90
parent13f16e1d46d8f8b9c66c8c8c9f8ea17254b43dcf (diff)
downloadsecretkeeper-01e9d8a3a0ce2ec96f6c8be4df98cafdc2fe5663.tar.gz
Allow for more heapHEADmastermain
A fully-fledged DICE chain that includes subcomponent information for many APKs can be pretty large. Give Secretkeeper enough heap that it has enough headroom to parse such DICE chains. Test with 32x session setup that includes a big DICE chain with subcomponent information (from CompOS). Bug: 327526008 Test: VtsSecretkeeperTargetTest with aosp/3000947 on shiba Change-Id: Ic81155912504a9f9be5eab3590805644c5031b01
-rw-r--r--app/manifest.json2
-rw-r--r--manifest.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/manifest.json b/app/manifest.json
index e1f8706..815952e 100644
--- a/app/manifest.json
+++ b/app/manifest.json
@@ -1,6 +1,6 @@
{
"app_name": "secretkeeper_app",
"uuid": "4582bf12-1f7d-4830-9be5-36e6bd91c2c6",
- "min_heap": 131072,
+ "min_heap": 491520,
"min_stack": 65536
}
diff --git a/manifest.json b/manifest.json
index c21dc62..a0405de 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,6 +1,6 @@
{
"app_name": "secretkeeper_lib",
"uuid": "042c1e70-1908-40ff-abb9-d4aa216cd1f5",
- "min_heap": 131072,
+ "min_heap": 491520,
"min_stack": 65536
}