Commit 862d6f49 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'tiny-es' into 'master'

Make the elasticsearch service use less RAM

See merge request !1747
parents e5803790 d166d11a
......@@ -17,7 +17,7 @@ variables:
KNAPSACK_RSPEC_SUITE_REPORT_PATH: knapsack/${CI_PROJECT_NAME}/rspec_report-master.json
KNAPSACK_SPINACH_SUITE_REPORT_PATH: knapsack/${CI_PROJECT_NAME}/spinach_report-master.json
# This hack is needed to make ES not that memory hungry
ES_JAVA_OPTS: "-Xms600m -Xmx600m"
ES_JAVA_OPTS: "-Xms256m -Xmx256m"
before_script:
- bundle --version
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment