Skip to content

Commit

Permalink
Rollup merge of rust-lang#61603 - Goirad:increase-sgx-heapsize, r=ale…
Browse files Browse the repository at this point in the history
…xcrichton

Increases heap size available during testing for SGX

PR [61540](rust-lang#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.
  • Loading branch information
Centril committed Jun 7, 2019
2 parents 5557bd0 + 9a49841 commit 06a1df4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 06a1df4

Please sign in to comment.