We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecfc7c commit f562f37Copy full SHA for f562f37
1 file changed
rakelib/z_rubycheck.rake
@@ -29,7 +29,7 @@ if ENV['USE_RUBY'] != '1'
29
30
# Ignore Environment JAVA_OPTS
31
ENV["JAVA_OPTS"] = ""
32
- exec(jruby, "-J-Xmx1g", "-S", rake, *ARGV)
+ exec(jruby, "-S", rake, *ARGV)
33
end
34
35
0 commit comments