Results 1 to 4 of 4

Thread: How to set the JVM_OPTS ?

  1. #1
    Join Date
    Oct 2011
    Posts
    2

    Default 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!

  2. #2
    Join Date
    Oct 2011
    Posts
    2

    Default 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="..."

  3. #3
    Join Date
    Oct 2008
    Location
    Melbourne, Florida
    Posts
    80

  4. #4
    Join Date
    Mar 2012
    Posts
    5

    Default

    it is working thanks for the help...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •