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.
1 parent 633ede4 commit b8fe164Copy full SHA for b8fe164
processing_app/demos/performance/Rakefile
@@ -1,5 +1,6 @@
1
# Simple demo Rakefile to autorun samples in current directory
2
-# adjust path to jruby, and or opts as required
+# adjust path to jruby, ARGS, and or opts as required
3
+# NB: use `-J-` prefix to send java args via jruby
4
5
SAMPLES_DIR="./"
6
ARGS = '-J-XX:InlineSmallCode=500 -J-Xms256m -J-Xmx2g -J-XX:NewSize=64m -J-XX:MaxNewSize=64m'
0 commit comments