Commit graph

11 commits

Author SHA1 Message Date
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
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
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
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
Renamed from src/bin/kibana.bat (Browse further)