From 9a498419615600741d6c29fb3ace4e31a1831efa Mon Sep 17 00:00:00 2001 From: Dario Gonzalez Date: Thu, 6 Jun 2019 14:06:49 -0700 Subject: [PATCH] increase max heapsize available during sgx tests --- src/libstd/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 816a191a2a930..1ef360a8e3279 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -87,3 +87,5 @@ std_detect_dlsym_getauxval = [] [package.metadata.fortanix-sgx] # Maximum possible number of threads when testing threads = 125 +# Maximum heap size +heap_size = 0x8000000