How to set the JVM_OPTS ?
Hi,
I'm running a bunch of test against the vfabric-tc-server-standard 2.6, and always meet the memory issue.
I tried to set something like this:
set JVM_OPTS=-Xms512m -Xmx1024m -XX:MaxPermSize=128m -Xss192K
in the $INSTANCE/bin/setenv.bat, but it didn't seem to work.
Anybody could help tell me how to set the memory argument properly ?
Thanks!
How to set the JVM_OPTS ?
Not sure if you got around this, since it is a few months old.
In setenv.sh, you do not use the "set" command. You just provide JVM_OPTS="..."