File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1691,9 +1691,18 @@ This is equivalent to setting the \fBNODE_USE_ENV_PROXY=1\fR environment variabl
16911691When both are set, \fB --use-env-proxy \fR takes precedence.
16921692.
16931693.It Fl -use-largepages Ns = Ns Ar mode
1694- This option is no longer supported and a no-op. It still accepts
1695- \fB off \fR (the default), \fB on \fR and \fB silent \fR as values for compatibility.
1696- Passing \fB on \fR as the value prints a warning to standard error.
1694+ This option is no longer supported and a no-op. It used to re-map the Node.js
1695+ static code to large memory pages at startup.
1696+ It still accepts the following values for compatibility:
1697+ .Bl -bullet
1698+ .It
1699+ \fB off \fR : No mapping will be attempted. This is the default.
1700+ .It
1701+ \fB on \fR : No mapping will be attempted and a message will be printed to
1702+ standard error stating it's no longer supported.
1703+ .It
1704+ \fB silent \fR : Same as \fB off \fR .
1705+ .El
16971706.
16981707.It Fl -use-system-ca
16991708Node.js uses the trusted CA certificates present in the system store along with
You can’t perform that action at this time.
0 commit comments