We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4a32f1 + afb553e commit fc3010eCopy full SHA for fc3010e
mx.truffleruby/mx_truffleruby.py
@@ -313,13 +313,13 @@ def verify_ci(args):
313
jar_distributions=['truffleruby:TRUFFLERUBY-LAUNCHER'],
314
main_class='org.truffleruby.launcher.RubyLauncher',
315
build_args=[
316
- '-J-Xmx5g', # Set Xmx to use a reliable amount of memory
+ '-J-Xmx6g', # Set Xmx to use a reliable amount of memory
317
'-H:+DumpThreadStacksOnSignal',
318
'-H:+DetectUserDirectoriesInImageHeap',
319
'-H:+TruffleCheckBlockListMethods'
320
],
321
build_args_enterprise=[
322
- '-J-Xmx6g', # Set Xmx to use a reliable amount of memory
+ '-J-Xmx7g', # Set Xmx to use a reliable amount of memory
323
324
language='ruby',
325
option_vars=[
0 commit comments