-
Notifications
You must be signed in to change notification settings - Fork 29.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
doc: --max-old-space-size
should be documented
#32252
Comments
+1 ... Let's just make sure that v8 flags that are documented are separated off in their own section of cli.md with clear indication in the docs that they fall outside Node.js' responsibility and therefore cannot be covered by the semver rules. Beyond that, I'm very much +1 on documenting useful v8 options. Obviously, we should get @nodejs/v8 folks to review those first tho ;-) |
If this is a good first issue, I would like to work on it. :) |
@nimit95 ... definitely a good first issue. It would be good to include some explanation around best practices in use, at least in the cli.md doc part. |
Will make a PR and submit. |
This adds new section for v8 options and --max-old-space-size Fixes: nodejs#32252
Fixed a typo addition in doc/cli.md Fixes: nodejs#32252
@nimit95 You already made the changes, great! It would nice if you open the PR now. |
I'm not sure this is the right place to go, but is there any documentation of the maximum size of On a machine with 256GB of ram another with 768GB of ram with a I'm now finding that an older version that I had been using, [edit]: well it looks like |
I am also facing this issue, I want to build a very large object, and I have 256GB physical memory. But always failed, even I set max-old-space-size already. I am using v12.18.0 |
Even though
--max-old-space-size
is a V8 flag, I would expect us to document it, given that it’s probably the most useful V8 flag for Node.js users overall.Refs: #32251
The text was updated successfully, but these errors were encountered: