mirror of
https://github.com/elastic/logstash.git
synced 2025-06-27 17:08:55 -04:00
Update z_rubycheck.rake to no longer inject Xmx1g
This allows the environment variable JRUBY_OPTS to be used for setting properties like Xmx original pr: #16420
This commit is contained in:
parent
fecfc7c602
commit
f562f37df2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if ENV['USE_RUBY'] != '1'
|
|||
|
||||
# Ignore Environment JAVA_OPTS
|
||||
ENV["JAVA_OPTS"] = ""
|
||||
exec(jruby, "-J-Xmx1g", "-S", rake, *ARGV)
|
||||
exec(jruby, "-S", rake, *ARGV)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue