Skip to content

Commit 0a133aa

Browse files
committed
[GR-25942] Bump Xmx for specs on SVM
1 parent 8010c36 commit 0a133aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/jt.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ def mspec(*args)
14071407
args, ruby_args = args_split(args)
14081408

14091409
vm_args, ruby_args, parsed_options = ruby_options({}, ['--reveal', *ruby_args])
1410-
vm_args << '--vm.Xmx2G'
1410+
vm_args << (truffleruby_native? ? '--vm.Xmx3G' : '--vm.Xmx2G')
14111411
vm_args << '--polyglot' unless truffleruby_native?
14121412

14131413
raise "unsupported options #{parsed_options}" unless parsed_options.empty?

0 commit comments

Comments
 (0)