mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
(cherry picked from commit 58e6dac94b
)
Co-authored-by: Andrea Selva <selva.andre@gmail.com>
This commit is contained in:
parent
8bcc13e37d
commit
d15b3668b9
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ function save_docker_tarballs {
|
||||||
# Since we are using the system jruby, we need to make sure our jvm process
|
# 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
|
# 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
|
# 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
|
# Extract the version number from the version.yml file
|
||||||
# e.g.: 8.6.0
|
# e.g.: 8.6.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue