mirror of
https://github.com/elastic/kibana.git
synced 2025-04-18 23:21:39 -04:00
# Release note Legacy OpenSSL algorithms have been disabled by default. Further information on which algorithms can be found at https://docs.openssl.org/3.0/man7/OSSL_PROVIDER-legacy. These can be re-enabled by adding `--openssl-legacy-provider` to `$KBN_PATH_CONF/node.options`
12 lines
384 B
Text
12 lines
384 B
Text
## Node command line options
|
|
## See `node --help` and `node --v8-options` for available options
|
|
## Please note you should specify one option per line
|
|
|
|
## max size of old space in megabytes
|
|
#--max-old-space-size=4096
|
|
|
|
## do not terminate process on unhandled promise rejection
|
|
--unhandled-rejections=warn
|
|
|
|
## restore < Node 16 default DNS lookup behavior
|
|
--dns-result-order=ipv4first
|