Skip to content

Commit 06a1df4

Browse files
authored
Rollup merge of #61603 - Goirad:increase-sgx-heapsize, r=alexcrichton
Increases heap size available during testing for SGX PR [61540](#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.
2 parents 5557bd0 + 9a49841 commit 06a1df4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,5 @@ std_detect_dlsym_getauxval = []
8787
[package.metadata.fortanix-sgx]
8888
# Maximum possible number of threads when testing
8989
threads = 125
90+
# Maximum heap size
91+
heap_size = 0x8000000

0 commit comments

Comments
 (0)