commit | 6674949c2b67ae7fb6d3480daf855dd0e9bb9dda | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu May 02 18:26:05 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu May 02 18:26:05 2024 +0000 |
tree | 2fbd2815849215484d8615d869a9cc7c245e529e | |
parent | 65ea4cbfef546094aa4858475e3f484802ac2d76 [diff] | |
parent | e39c90731d44a126c176c74b26ef1b1cc0d0cbef [diff] |
Merge "[attestation] Add logs to track the progress of CSR generation" into main
diff --git a/rialto/src/main.rs b/rialto/src/main.rs index 025edff..11e67cb 100644 --- a/rialto/src/main.rs +++ b/rialto/src/main.rs
@@ -234,4 +234,4 @@ } main!(main); -configure_heap!(SIZE_128KB); +configure_heap!(SIZE_128KB * 2);