-xms is the start memory (at the VM start), -xmx is the maximum memory for the VM
- eclipse.ini : the memory for the VM running eclipse
- jre setting : the memory for java programs run from eclipse
- catalina.sh : the memory for your tomcat server
Related Contents:
- Eclipse Memory Analyser,but always shows An internal error occurred?
- How to use an existing database with an Android application [duplicate]
- What is Eclipse’s Ctrl+O (Show Outline) shortcut equivalent in IntelliJ IDEA?
- Convert Existing Eclipse Project to Maven Project
- Eclipse copy/paste entire line keyboard shortcut
- How is the java memory pool divided?
- Access restriction: The type ‘Application’ is not API (restriction on required library rt.jar)
- What’s in an Eclipse .classpath/.project file?
- How to set the maximum memory usage for JVM?
- SQLite in Android How to update a specific row
- Easy way of running the same junit test over and over?
- Delete a line in Eclipse
- Why does Eclipse complain about @Override on interface methods?
- Class Not Found Exception when running JUnit test
- What is the difference between Eclipse for Java (EE) Developers and Eclipse Classic?
- Colorize logs in eclipse console
- Eclipse: enable assertions
- How to upgrade Eclipse for Java EE Developers?
- How to pass the -D System properties while testing on Eclipse?
- Java Eclipse: Difference between exporting as a JAR and exporting as a Runnable JAR
- JUnit testing with simulated user input
- How to uninstall Eclipse?
- What does the UseCompressedOops JVM flag do and when should I use it?
- How to include a config file in the “META-INF/services” folder of a JAR using Maven
- How to get backspace \b to work in Eclipse’s console?
- Memory Stream in Java
- Eclipse error … cannot be resolved to a type
- Eclipse reading stdin (System.in) from a file
- Environment variables in Eclipse
- Why is Eclipse Juno 4.2 running “JPA Java Change Event Handler” processes?
- What is the eclipse shortcut for auto-generating a default and field constructor?
- In eclipse, while debugging, how do I access the interactive-top-level (a.ka. the “display console”)?
- How to refactor variable type in Eclipse?
- How to fix Eclipse autocomplete not working
- How to reference a resource file correctly for JAR and Debugging?
- Does variable = null set it for garbage collection
- What is “compiler compliance level” in Eclipse?
- How can I find Java heap size and memory used (Linux)?
- How to find usages using Eclipse IDE?
- Eclipse webtools project (WTP) and its performance / quality
- How to crash an Android app programmatically?
- Adding author name in Eclipse automatically to existing files [closed]
- Maven build debug in Eclipse
- Eclipse autocomplete (content assist) with facelets (jsf) and xhtml
- Circular References in Java
- Restore Deleted Files in Eclipse IDE
- How to view all items of Errors under Problems View in Eclipse Editor
- How can I change the font of layout (XML) editor in Eclipse?
- Is Java HashMap.clear() and remove() memory effective?
- Is there a maximum number you can set Xmx to when trying to increase jvm memory?