Commit 00567127 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'tweak-gc-settings-in-ci' into 'master'

Tweak GC settings in pipeline config

See merge request gitlab-org/gitlab!38477
parents 59af4a88 2fc70ad4
...@@ -9,6 +9,9 @@ ...@@ -9,6 +9,9 @@
.rspec-base: .rspec-base:
extends: .rails-job-base extends: .rails-job-base
stage: test stage: test
variables:
RUBY_GC_MALLOC_LIMIT: 67108864
RUBY_GC_MALLOC_LIMIT_MAX: 134217728
needs: ["setup-test-env", "retrieve-tests-metadata", "compile-test-assets"] needs: ["setup-test-env", "retrieve-tests-metadata", "compile-test-assets"]
script: script:
# Only install knapsack after bundle install! Otherwise oddly some native # Only install knapsack after bundle install! Otherwise oddly some native
......
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