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

Determining default node stack-size #431

Open
Oink70 opened this issue Dec 31, 2020 · 1 comment
Open

Determining default node stack-size #431

Oink70 opened this issue Dec 31, 2020 · 1 comment

Comments

@Oink70
Copy link

Oink70 commented Dec 31, 2020

Just spotted an 'issue' in the README.md:
node --v8-options | grep -B0 -A1 stack_size
should be
node --v8-options | grep -B0 -A1 stack-size

@joeuhren
Copy link
Contributor

joeuhren commented Jan 2, 2021

I just tested this and I can confirm that for node v9.x and below, the first cmd is correct (stack_size), but as of node v10.0.0 the 2nd cmd is correct (stack-size)

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

No branches or pull requests

2 participants