itemisCREATE / statecharts

YAKINDU Statechart Tools (http://www.statecharts.org)
Eclipse Public License 1.0
175 stars 85 forks source link

Remove MaxPermSize vm argument #3091

Closed Bananeweizen closed 4 years ago

Bananeweizen commented 4 years ago

This VM argument is not supported anymore with Java 8 and above. Since the BREE of all Yakindu SCT bundles is 8, the argument is not needed anymore in the plugins.

Also remove it from all development related artifacts (test launches, eclipse.ini in oomph setup), since developers should use a Java 8+ runtime, too.

The most visible difference of this change is: no more JVM warnings when setting up a new Yakindu SCT Oomph setup (when generating all the model code via launch configs).

andreasmuelder commented 4 years ago

thanks for the contribution, looks good to me.