mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Upgrade Node.js to 20.19.2 (#221177)
https://github.com/nodejs/node/releases/tag/v20.19.2 --------- Co-authored-by: Tiago Costa <tiago.costa@elastic.co>
This commit is contained in:
parent
ae59beadcd
commit
96f48648a9
7 changed files with 44 additions and 35 deletions
|
@ -60,7 +60,7 @@ while read -r config; do
|
|||
# --trace-warnings to debug
|
||||
# Node.js process-warning detected:
|
||||
# Warning: Closing file descriptor 24 on garbage collection
|
||||
cmd="NODE_OPTIONS=\"--max-old-space-size=12288 --trace-warnings"
|
||||
cmd="NODE_OPTIONS=\"--max-old-space-size=12288 --trace-warnings --no-experimental-require-module"
|
||||
|
||||
if [ "${KBN_ENABLE_FIPS:-}" == "true" ]; then
|
||||
cmd=$cmd" --enable-fips --openssl-config=$HOME/nodejs.cnf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue