You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove JRuby-specific properties for reporting heap and stack size.
As of JRuby 1.6.7, we will use RuntimeMXBean to report any -Xmx
and -Xss values passed to Java, rather than relying on a JRuby-
specific property. This change removes setting this property from
jruby-launcher.
NOTE: This change should NOT be incorporated into a jruby-launcher
release until long after 1.6.7 has been out, since previous
releases still rely on the property being set to report memory
and stack errors.
0 commit comments