While using Inline::Java, I start the Inline Java Server beforehand and then connect to it from the Perl program. This was based on Patrick's suggestion for a problem I encountered (Inline Java Server not starting automatically).
Now I need to increase the amount of memory available to JVM. I read somewhere that I could use EXTRA_JAVA_ARGS => '-Xmx256m' when you start the JVM from the Perl program. But when I start Inline Java Sever upfront, is there a way to increase the memory? Thanks, Prathapan