Hi,
When using JNIPort I am getting a "java.lang.OutOfMemory: Java heap space". To go around this, I would need to provide more memory to the JVM.
Essentially, I would like to provide the correspondent of a command line like: java -Xmx4000m
How should I do this?
Cheers, Doru