Rollup merge of #61603 - Goirad:increase-sgx-heapsize, r=alexcrichton

Increases heap size available during testing for SGX

PR [61540](https://github.com/rust-lang/rust/pull/61540) causes at least one test to fail when run for the SGX platform due to lack of memory. This PR increases the heapsize available during tests, which is a good thing regardless of the status of that PR.
This commit is contained in:
Mazdak Farrokhzad 2019-06-07 16:48:08 +02:00 committed by GitHub
commit 06a1df4954
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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