We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2002e93 commit aed8ab0Copy full SHA for aed8ab0
.buildkite/scripts/dra/common.sh
@@ -29,7 +29,7 @@ function save_docker_tarballs {
29
# Since we are using the system jruby, we need to make sure our jvm process
30
# uses at least 1g of memory, If we don't do this we can get OOM issues when
31
# installing gems. See https://github.com/elastic/logstash/issues/5179
32
-export JRUBY_OPTS="-J-Xmx2g"
+export JRUBY_OPTS="-J-Xmx4g"
33
34
# Extract the version number from the version.yml file
35
# e.g.: 8.6.0
0 commit comments