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

Reduce memory size used in test_memorygrowth_linear_step. NFC #23301

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jan 4, 2025

This doesn't change the test other than to use lower memory limits.

This change works around #22360 which seems to be some kind of bug in node or v8. The result of the bug is that the node process becomes hung in uv_cond_wait and never exists at the end of the test. Changing the amount of memory used seems to work around the issue.

This change the test other than to use lower memory limits.

This change works around emscripten-core#22360 which seems to be some kind of bug in
node or v8.  The result of the bug is that the node process becomes hung
in `uv_cond_wait` and never exists at the end of the test.  Changing
the amount of memory used seems to work around the issue.
@sbc100 sbc100 merged commit f9a451a into emscripten-core:main Jan 6, 2025
29 checks passed
@sbc100 sbc100 deleted the test_memorygrowth_linear_step branch January 6, 2025 16:45
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