Command-line options and environment variables that can affect the performance characteristics of the Java Virtual Machine
I've kind of asked this question before - What does JVM flag CMSClassUnloadingEnabled actually do?, but this time it's slightly …
java jvm-argumentsNormally to attach a debuger to a running jvm you would need start the jvm with arguments such as the …
java debugging jvm jvm-argumentsPossible Duplicate: JVM Options List - still being maintained post Oracle? Is there a page anywhere with a definitive complete …
java jvm-argumentsI need to add default JVM options to my jar, when build with Gradle. From the documentation I got that …
java gradle jar build.gradle jvm-argumentsWill the use of -classpath option with java, add to or replace the contents of the CLASSPATH env variable?
java jvm classpath environment-variables jvm-argumentsThe default JVM parameters are not optimal for running large applications. Any insights from people who have tuned it on …
java jvm performance jvm-argumentsI need to pass a couple of JVM arguments to the JVM which Tomcat is running in so that my …
java environment-variables jvm-arguments tomcatWhat is the default value for XX:MaxDirectMemorySize?
java memory-management jvm jvm-arguments jvm-hotspotI've recently installed a new JDK (1.7u9), and I got some very strange VerifyErrors. In a thread I found that …
java maven configuration jenkins jvm-argumentsI have a JSF web application with Spring and I am trying to figure out a way to reference the …
java spring web-applications jvm-arguments