Top "Jvm-arguments" questions

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

CMSPermGenSweepingEnabled vs CMSClassUnloadingEnabled

I've kind of asked this question before - What does JVM flag CMSClassUnloadingEnabled actually do?, but this time it's slightly …

java jvm-arguments
Debug a java application without starting the JVM with debug arguments

Normally to attach a debuger to a running jvm you would need start the jvm with arguments such as the …

java debugging jvm jvm-arguments
JVM command line options

Possible Duplicate: JVM Options List - still being maintained post Oracle? Is there a page anywhere with a definitive complete …

java jvm-arguments
How do I add default JVM arguments with Gradle

I 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-arguments
Java -classpath option

Will the use of -classpath option with java, add to or replace the contents of the CLASSPATH env variable?

java jvm classpath environment-variables jvm-arguments
JVM performance tuning for large applications

The default JVM parameters are not optimal for running large applications. Any insights from people who have tuned it on …

java jvm performance jvm-arguments
Passing JVM arguments to Tomcat when running as a service?

I need to pass a couple of JVM arguments to the JVM which Tomcat is running in so that my …

java environment-variables jvm-arguments tomcat
How to set a JVM option in Jenkins globally for every job?

I'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-arguments
How do I read JVM arguments in the Spring applicationContext.xml

I 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