Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: reduce test size to fit incremental GC #531

Merged
merged 11 commits into from
Feb 23, 2023

Conversation

luc-blaeser
Copy link
Contributor

@luc-blaeser luc-blaeser commented Feb 21, 2023

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.

@luc-blaeser luc-blaeser self-assigned this Feb 21, 2023
@luc-blaeser luc-blaeser requested a review from crusso February 21, 2023 09:24
@crusso crusso changed the title Reduce test size to fit incremental GC test: reduce test size to fit incremental GC Feb 23, 2023
@crusso crusso merged commit 049e04a into master Feb 23, 2023
@crusso crusso deleted the luc/adjust-for-incremental-gc branch February 23, 2023 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants