We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdcafa commit faec87bCopy full SHA for faec87b
src/node_options.cc
@@ -754,7 +754,10 @@ PerProcessOptionsParser::PerProcessOptionsParser(
754
#endif
755
756
AddOption("--use-largepages",
757
- "Map the Node.js static code to large pages",
+ "Map the Node.js static code to large pages. Options are "
758
+ "'off' (the default value, meaning do not map), "
759
+ "'on' (map and ignore failure, reporting it to stderr), "
760
+ "or 'silent' (map and silently ignore failure)",
761
&PerProcessOptions::use_largepages,
762
kAllowedInEnvironment);
763
0 commit comments