mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 13:05:18 +03:00
06a1df4954
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.