Skip to content

Commit

Permalink
bug 1465464. Kibana memory use underscore instead of dash
Browse files Browse the repository at this point in the history
  • Loading branch information
jcantrill committed Jul 11, 2017
1 parent 855a7c2 commit 4ef1ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kibana/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [[ "${KIBANA_MEMORY_LIMIT:-}" =~ $regex ]]; then
((num = $DEFAULT_MIN))
fi

export NODE_OPTIONS="--max-old-space-size=$((num / ${BYTES_PER_MEG}))"
export NODE_OPTIONS="--max_old_space_size=$((num / ${BYTES_PER_MEG}))"

else
echo "Unable to process the KIBANA_MEMORY_LIMIT: '${KIBANA_MEMORY_LIMIT}'. It must be in the format of: /${regex}/"
Expand Down

0 comments on commit 4ef1ed9

Please sign in to comment.