Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: reduce test size to fit incremental GC (#531)
Currently, the CI builds for the incremental GC (dfinity/motoko#3756) fail because they run out of memory for this test case (where memory is not collected). The incremental GC has a somewhat higher memory footprint as it uses larger object headers, with an additional forwarding pointer. Therefore, reducing the test size a little bit to also fit for the future incremental GC.
- Loading branch information