Skip to content

Commit cabef97

Browse files
committed
fixup! build,src: make --use-largepages a no-op
1 parent d1826aa commit cabef97

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

doc/node.1

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1691,9 +1691,18 @@ This is equivalent to setting the \fBNODE_USE_ENV_PROXY=1\fR environment variabl
16911691
When 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-
\fBoff\fR (the default), \fBon\fR and \fBsilent\fR as values for compatibility.
1696-
Passing \fBon\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+
\fBoff\fR: No mapping will be attempted. This is the default.
1700+
.It
1701+
\fBon\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+
\fBsilent\fR: Same as \fBoff\fR.
1705+
.El
16971706
.
16981707
.It Fl -use-system-ca
16991708
Node.js uses the trusted CA certificates present in the system store along with

0 commit comments

Comments
 (0)