Skip to content

Commit

Permalink
remove default NODE_OPTIONS
Browse files Browse the repository at this point in the history
We have decided to trust node's default options as the best default for Kibana.

Fixes #5598
  • Loading branch information
spalger authored and Joe Fleming committed Dec 8, 2015
1 parent 33c2153 commit d4ac69a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions bin/kibana
Original file line number Diff line number Diff line change
Expand Up @@ -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" ${@}

4 changes: 0 additions & 4 deletions bin/kibana.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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" %*

Expand Down

0 comments on commit d4ac69a

Please sign in to comment.