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:
spalger 2015-12-08 12:16:33 -07:00 committed by Joe Fleming
parent 1fde3f4c73
commit 2c5c3ba92c
2 changed files with 0 additions and 6 deletions

View file

@ -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" ${@}

View file

@ -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" %*