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