Skip to content

Commit 1f1493a

Browse files
committed
Set JAVA_STACK to a non-default value
1 parent cfc0948 commit 1f1493a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/launcher_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@
204204
end
205205

206206
it "should honor JAVA_STACK" do
207-
with_environment "JAVA_STACK" => "-Xss2048k" do
208-
jruby_launcher_args("").should include("-Xss2048k", "-Djruby.stack.max=2048k")
207+
with_environment "JAVA_STACK" => "-Xss3072k" do
208+
jruby_launcher_args("").should include("-Xss3072k", "-Djruby.stack.max=3072k")
209209
end
210210
end
211211

0 commit comments

Comments
 (0)