diff --git a/.buildkite/scripts/dra/common.sh b/.buildkite/scripts/dra/common.sh index 0425a3c53..3e22cd6ca 100755 --- a/.buildkite/scripts/dra/common.sh +++ b/.buildkite/scripts/dra/common.sh @@ -29,7 +29,7 @@ function save_docker_tarballs { # Since we are using the system jruby, we need to make sure our jvm process # uses at least 1g of memory, If we don't do this we can get OOM issues when # installing gems. See https://github.com/elastic/logstash/issues/5179 -export JRUBY_OPTS="-J-Xmx2g" +export JRUBY_OPTS="-J-Xmx4g" # Extract the version number from the version.yml file # e.g.: 8.6.0