Skip to content

Commit

Permalink
Update z_rubycheck.rake to no longer inject Xmx1g
Browse files Browse the repository at this point in the history
This allows the environment variable JRUBY_OPTS to be used for setting properties like Xmx
original pr: #16420
  • Loading branch information
kaisecheng authored Feb 28, 2025
1 parent fecfc7c commit f562f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/z_rubycheck.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f562f37

Please sign in to comment.