IntelliJ Java IDE
The moose likes JNLP and Web Start and the fly likes Heap Size Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JNLP and Web Start
Reply Bookmark "Heap Size" Watch "Heap Size" New topic
Author

Heap Size

Jeff Gent
Ranch Hand

Joined: Mar 24, 2011
Posts: 44

Is there a difference or a preferred method for specifying the heap sizes?

or

Chris Janicki
Greenhorn

Joined: Aug 30, 2006
Posts: 21

The second method is just more self-documenting, and certainly preferred if other people will need to see your code, or if there's a chance you may forget what "Xms" means someday. It's also slightly more stable, in case the command line flags ever change (unlikely). Lastly, your IDE may be able to validate the XML attribute name and values, where as the first version would most likely be ignored by the IDE and therefore up to you to sanity check the args.
 
 
subject: Heap Size
 
Threads others viewed
jnlp controle version
java.lang.OutOfMemoryError: Java heap space
Assignment Expiration
j2se tag with differents versions ????
How to specify a JRE range in jnlp file?
WebSphere development made easy
without the weight of IBM tools
http://www.myeclipseide.com