Top "Jvm-arguments" questions

Command-line options and environment variables that can affect the performance characteristics of the Java Virtual Machine

What is the benefit of setting java.awt.headless=true?

I have gone through Setting java.awt.headless=true programmatically http://www.oracle.com/technetwork/articles/javase/headless-136834.html and …

java performance jvm jvm-arguments
How to set multiple JAVA_OPTS options in startup.bat

I am trying to pass multiple parameters when I start tomcat through startup.bat. I tried adding these lines at …

java tomcat jvm-arguments
Duplicated Java runtime options : what is the order of preference?

Considering the following command line java -Xms128m -Xms256m myapp.jar Which settings will apply for JVM Minimum memory (…

java jvm jvm-arguments java-opts
Java disable dpi-aware not working

I'm trying to run a Java application with -Dsun.java2d.dpiaware=false argument but nothing happens. I expect to …

java java-8 jvm-arguments dpi-aware
Java Memory Limit -Xmx suffix: upper vs lower case m/M and g/G

It is commonly known that it is possible to limit the Java heap size with -Xmx<amount><…

java memory jvm heap jvm-arguments
JVM Options List - still being maintained post Oracle?

Is the JVM Options List still being maintained anywhere? It seems to have disappeared from Oracle's website, but luckily the …

jvm jvm-arguments
Run Java console app as a daemon (background)

I've developed a Java console application that when start, open a console window and remain in foreground, i want to …

java jvm jvm-arguments
How to set -Dorg.apache.el.parser.COERCE_TO_ZERO=false programmatically

This question is similar to: jsf: integer property binded to a inputtext in UI is set to zero on submit …

jsf tomcat el jvm-arguments managed-bean
How to set default parameters to jvm?

I'd like to know how I can pass parameters to JVM before it is started. For example, I think I …

java windows set parameter-passing jvm-arguments
How to define default JVM arguments in IDEA?

Is there an option to define default JVM arguments in IntelliJ IDEA? For example, I would like to always activate: …

java intellij-idea jvm-arguments