kibana/bin
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
..
kibana Limits memory usage 2016-04-26 13:44:42 -07:00
kibana-plugin chmod +x 2016-03-18 11:19:32 -05:00
kibana-plugin.bat [pack installer] moved existing files into new structure 2016-03-17 13:13:35 -05:00
kibana.bat Limits memory usage 2016-04-26 13:44:42 -07:00