-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
modify the runtime stack size. #27488
Comments
thanks,you are right. |
The default stack size 984 of Node.js is incorrect. It will cause runtime crash on Windows. The correct value should be around 900. |
With what Node.js and Windows version is that and do you have a test case that demonstrates it? We'd be receiving lots of bug reports if it were generally true that the current default causes crashes but maybe there's a specific set of conditions that pushes it over the limit. |
Would someone be able to give me a few pointers on where to start for this? I'm new to contributing and looking for an issue to work on |
There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment. For more information on how the project manages feature requests, please consult the feature request management document. |
1 similar comment
There has been no activity on this feature request for 5 months and it is unlikely to be implemented. It will be closed 6 months after the last non-automated comment. For more information on how the project manages feature requests, please consult the feature request management document. |
There has been no activity on this feature request and it is being closed. If you feel closing this issue is not the right thing to do, please leave a comment. For more information on how the project manages feature requests, please consult the feature request management document. |
Is your feature request related to a problem? Please describe.
I hope I can modify the runtime stack size.
Describe the solution you'd like
no,sorry.
Describe alternatives you've considered
no,sorry.
because --stack-size does not work now,I hope I can modify the runtime stack size.
The text was updated successfully, but these errors were encountered: