summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike McTernan <mikemcternan@google.com>2023-03-10 12:05:45 +0000
committerMike McTernan <mikemcternan@google.com>2023-03-10 12:05:45 +0000
commitdeb32f549157af68647683f6c5dd9e64383121ae (patch)
tree524bbc8d42d1dd5fbaef5cd3beea42d5d63c7d28
parent9ef6f5b8609cd4e26b94c110d51bcfc7fffcee71 (diff)
downloadgatekeeper-main.tar.gz
Storage requires a ~4K buffer to set the pin. Increase the heap to accomodate when using scudo (4x overhead of dlmalloc). Bug: 272705599 Test: adb shell locksettings set-password 1234567890 Change-Id: Ifbde0d6359f39080e671ee03dffb872b46160790
-rw-r--r--manifest-scudo.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest-scudo.json b/manifest-scudo.json
index 974b4e3..1ba36aa 100644
--- a/manifest-scudo.json
+++ b/manifest-scudo.json
@@ -1,5 +1,5 @@
{
"uuid": "38ba0cdc-df0e-11e4-9869-233fb6ae4795",
- "min_heap": 24576,
+ "min_heap": 32768,
"min_stack": 4096
}