mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
remove default NODE_OPTIONS
We have decided to trust node's default options as the best default for Kibana. Fixes #5598
This commit is contained in:
parent
3bb862234b
commit
4fb0d74afc
2 changed files with 0 additions and 6 deletions
|
@ -21,6 +21,4 @@ if [ ! -x "$NODE" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
NODE_OPTIONS="${NODE_OPTIONS:=--max-old-space-size=250}"
|
||||
exec "${NODE}" $NODE_OPTIONS "${DIR}/src/cli" ${@}
|
||||
|
||||
|
|
|
@ -17,10 +17,6 @@ If Not Exist "%NODE%" (
|
|||
)
|
||||
)
|
||||
|
||||
if "%NODE_OPTIONS%" == "" (
|
||||
set NODE_OPTIONS=--max-old-space-size=250
|
||||
)
|
||||
|
||||
TITLE Kibana Server
|
||||
"%NODE%" %NODE_OPTIONS% "%DIR%\src\cli" %*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue