Skip to content

Commit 9a49841

Browse files
committed
increase max heapsize available during sgx tests
1 parent 8b36867 commit 9a49841

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)