-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
--max-executable-size not recognized after upgrade 7.10.0 => 8.0.0 #13341
Comments
The new option for that should be |
Ah thx a lot for the quick and precise answer ! |
V8 flags come and go, we don't normally call them out in the release notes. I'll go ahead and close this. |
edouard-lopez
added a commit
to parlr/ruby-font-creator
that referenced
this issue
Feb 24, 2018
> node: bad option: --max_executable_size=4096 cf. --max-executable-size not recognized after upgrade 7.10.0 => 8.0.0 #13341 nodejs/node#13341
edouard-lopez
added a commit
to parlr/ruby-font-creator
that referenced
this issue
Feb 26, 2018
> node: bad option: --max_executable_size=4096 cf. --max-executable-size not recognized after upgrade 7.10.0 => 8.0.0 #13341 nodejs/node#13341
hugolpz
pushed a commit
to parlr/ruby-font-creator
that referenced
this issue
Feb 26, 2018
> node: bad option: --max_executable_size=4096 cf. --max-executable-size not recognized after upgrade 7.10.0 => 8.0.0 #13341 nodejs/node#13341
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The following code doesn't crash with node 7.10.0 but crashes with node 8.0.0 :
The error :
I've suspected #12348 but failed to see how it can be related.
Have the V8 options changed ? I didn't find anything in the changelog about this.
Or is
--max-executable-size
the correct syntax ?The text was updated successfully, but these errors were encountered: