Menu

#51 JVM memory flag is -Xmx, not -Xms

0.9.5
closed-invalid
Wrapper (39)
5
2007-02-16
2006-10-26
Dave Paules
No

JSmooth generates the wrong JVM flag when the user
wishes to allocate more memory for a java application.
The Wrapper generates a -Xms flag. The correct flag is -Xmx

Discussion

  • Rodrigo Reyes

    Rodrigo Reyes - 2007-02-16

    Logged In: YES
    user_id=39502
    Originator: NO

    -Xmx is the maximum memory allocation for the VM, while -Xms is the initial memory allocation (the initial chunk allocated at startup).
    Just checked, jsmooth 0.9.7 manages both correctly.

     
  • Rodrigo Reyes

    Rodrigo Reyes - 2007-02-16
    • status: open --> closed-invalid
     

Log in to post a comment.

MongoDB Logo MongoDB