Is there any way to launch a sketch with vm arguments?
If you are to change Xms / Xmx heap for any sketch, then I believe that you can edit Info.plist. you can also write the sketch in Eclipse and compile to jar, then pass the arguments directly to Java when you run the jar. Iām not certain if processing-java can pass through those arguments, although you may be able to configure an exported sketch through its resource files.