Duplicated Java runtime options : what is the order of preference ?

Posted by fabien7474 on Stack Overflow See other posts from Stack Overflow or by fabien7474
Published on 2010-04-29T20:56:48Z Indexed on 2010/04/30 0:57 UTC
Read the original article Hit count: 397

Filed under:
|
|
|

Considering the following command line

java -Xms128m -Xms256m myapp.jar

Which settings will apply for JVM Minimum memory (Xms option) : 128m or 256m ?

© Stack Overflow or respective owner

Related posts about java

Related posts about java-opts