| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 97ce0a3 commit d2ab877
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1067,6 +1067,13 @@ def configure_node(o): | |||
| 1067 | 1067 | else: | |
| 1068 | 1068 | o['variables']['node_use_dtrace'] = 'false' | |
| 1069 | 1069 | ||
| 1070 | + if options.node_use_large_pages or options.node_use_large_pages_script_lld: | ||
| 1071 | + warn('''The `--use-largepages` and `--use-largepages-script-lld` options | ||
| 1072 | + have no effect during build time. Support for mapping to large pages is | ||
| 1073 | + now a runtime option of Node.js. Run `node --use-largepages` or add | ||
| 1074 | + `--use-largepages` to the `NODE_OPTIONS` environment variable once | ||
| 1075 | + Node.js is built to enable mapping to large pages.''') | ||
| 1076 | + | ||
| 1070 | 1077 | if options.no_ifaddrs: | |
| 1071 | 1078 | o['defines'] += ['SUNOS_NO_IFADDRS'] | |
| 1072 | 1079 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments