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

Increase node stack size of 8Mb when running js_optimizer #20826

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Dec 2, 2023

On windows the default stack size is still limited to 1MB in older versions of node. See nodejs/node#43632 which made it into v19.0.0.

Fixes: #17897

On windows the default stack size is still limited to 1MB in older
versions of node.  See nodejs/node#43632 which
made it into v19.0.0.

Fixes: emscripten-core#17897
@sbc100 sbc100 requested a review from kripken December 2, 2023 15:41
@sbc100 sbc100 enabled auto-merge (squash) December 2, 2023 20:27
@sbc100 sbc100 merged commit 39290d8 into emscripten-core:main Dec 4, 2023
@sbc100 sbc100 deleted the node_stack_size branch December 4, 2023 20:35
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.

RangeError: Maximum call stack size exceeded when building libopenmpt test suite with -s WASM=2 or -s WASM=0
2 participants