diff options
| author | Dario Gonzalez <dario.gonzalez@fortanix.com> | 2019-06-06 14:06:49 -0700 |
|---|---|---|
| committer | Dario Gonzalez <dario.gonzalez@fortanix.com> | 2019-06-06 14:13:16 -0700 |
| commit | 9a498419615600741d6c29fb3ace4e31a1831efa (patch) | |
| tree | ff57257062f0b1123fb45dd4b1f50679ad3a3bde /src/libstd | |
| parent | 8b36867093fb774bcbd9f787cbc470a5f44c1310 (diff) | |
| download | rust-9a498419615600741d6c29fb3ace4e31a1831efa.tar.gz rust-9a498419615600741d6c29fb3ace4e31a1831efa.zip | |
increase max heapsize available during sgx tests
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 816a191a2a9..1ef360a8e32 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 |
