Hello, forgive the noob, but I was wondering what I'm missing WRT the EXTRA_JAVA_ARGS parameter to Inline::Java. I'm currently using Inline::Java in JNI mode.

I'd like to pass 2 args to my jvm. A -Xmx and -Xss. I've tried each on its own and it works. However when I try either:
EXTRA_JAVA_ARGS => '-XmxNNNM -XssNNNk',
or
EXTRA_JAVA_ARGS => ['-XmxNNNM','-XssNNNk'],

I get a compilation failure with either syntax. I've consulted the pod and googled a bit. Anyone know the trick to get this working?

Thanks tons in advance for any insight.


--
J.






Reply via email to