Court Ewing
04e829d457
Always set NODE_ENV to production ( #12010 )
...
Using the --dev flag is the only support way to change the internal
Kibana environment to something else. Allowing NODE_ENV to be set at all
can have unexpected results with our dependencies, so we now always set
it to production.
2017-05-26 11:27:16 -04:00
Jonathan Budzenski
34d7bde075
[plugin cli] Wrap arguments in quotes to preserve whitespace ( #8945 )
2016-11-17 10:10:24 -06:00
=
96ef75b980
Printing process warning's via the appropriate logger
2016-10-19 14:09:29 -04:00
Tyler Smalley
5ae32d1930
Revert "Limit memory overhead"
2016-04-28 15:13:41 -07:00
Tyler Smalley
0865c55e7d
Limits memory usage
...
V8 will not trigger a full mark-sweep & mark-compact until there is memory pressure for the max-old-space-size, which is 1.6GB on a 64bit system. This means that Kibana will, at times, consume over 1.6GB of RSS memory.
Bypassing this can be done by starting with `--dev` or explicitally setting `max-old-space-size`. For example: `NODE_OPTIONS="--max-old-space-size=1024" ./bin/kibana`
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
2016-04-26 13:44:42 -07:00
Joe Fleming
f24c3b7d32
chmod +x
2016-03-18 11:19:32 -05:00
Jim Unger
f6c48779dc
[pack installer] moved existing files into new structure
2016-03-17 13:13:35 -05:00
Dimo Terziev
98bb27b175
Resolves #5824 , error when running kibana.bat with node x86 on win x64
2016-01-06 20:40:26 +00:00
Joe Fleming
4d9ddacd76
add errorlevel check to where command
...
check the error level before trying to use global node install
Fixes #5617
2015-12-09 20:01:33 +00:00
spalger
d4ac69af2a
remove default NODE_OPTIONS
...
We have decided to trust node's default options as the best default for Kibana.
Fixes #5598
2015-12-08 19:14:28 +00:00
David Laing
33c21536d2
Default NodeJS max heap limit to 250M. Override by setting NODE_OPTIONS - Windows support
...
Fixes #5598
2015-12-08 19:14:28 +00:00
David Laing
626bf26459
Default NodeJS max heap limit to 250M. Override by setting NODE_OPTIONS
...
Fixes #5598
2015-12-08 19:14:28 +00:00
spalger
3fb42c46e7
use babel/register hook from CLI
2015-07-30 22:42:25 -07:00
Jim Unger
e4de84baac
fixed windows issue in kibana.bat for spaces in path
2015-07-28 13:58:02 -07:00
spalger
900126541c
clean up old grunt tasks
2015-07-15 22:15:56 -07:00
Spencer Alger
73beac9cf1
consolidate around --config arg, use js to resolve
2015-07-10 09:01:27 -07:00
Spencer Alger
52570cbaad
[cli] collect extra arguments and merge into settings object
2015-07-10 02:12:43 -07:00
Spencer Alger
8d7ae77f56
[bin/kibana] find node in patch if no local node
2015-07-09 22:25:11 -07:00
Spencer Alger
e98d264c20
enhance cli to manage dev server
2015-07-08 17:45:32 -07:00