kibana/tasks
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
..
build [hotfix/build] Fix a bug where removing a directory failed under Linux systems 2016-03-18 13:55:00 -03:00
config Limits memory usage 2016-04-26 13:44:42 -07:00
utils Merge branch 'renameAllFiles' into feature/design 2016-03-10 12:51:39 -07:00
check_added_filenames.js [filenames] allow rule-breaking in docs, tasks/config, and webpackShims 2016-03-11 16:42:19 -07:00
collect_files_to_commit.js Use grunt root path when collecting git files 2015-12-29 10:46:22 -05:00
download_selenium.js [selenium] propertly share download info 2016-03-21 14:36:57 -07:00
jenkins.js [internal] Reject CI builds if any .rej files exist 2016-03-29 13:24:32 -04:00
licenses.js [build] initial fix 2015-08-13 21:16:54 -07:00
lint_staged_files.js Consolidate git file logic in lintStagedFiles task 2015-12-28 17:31:36 -05:00
plugin.js
precommit.js Consolidate git file logic in lintStagedFiles task 2015-12-28 17:31:36 -05:00
reject_rej_files.js [internal] Reject CI builds if any .rej files exist 2016-03-29 13:24:32 -04:00
release.js [npm] added release task 2015-10-26 16:28:17 -05:00
setup_kibana.js add travis config 2016-03-10 23:13:02 -07:00
sterilize.js [npm/clean] rename to sterilize 2016-02-12 12:56:50 -07:00
test.js Give API tests their own intern config 2015-12-29 13:37:50 -05:00